We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 381d2eb commit eb26412Copy full SHA for eb26412
package.json
@@ -21,6 +21,7 @@
21
"scripts": {
22
"clean": "rm -fR lib",
23
"build": "tsc",
24
+ "postinstall": "npm run build",
25
"dev": "yarn clean && tsc -w",
26
"test": "NODE_OPTIONS=--experimental-vm-modules dotenv -e .env -- jest --config ./jest.json --runInBand --detectOpenHandles",
27
"ts-node": "ts-node",
@@ -76,4 +77,4 @@
76
77
"tsconfig-paths": "^4.1.2",
78
"typescript": "^4.9.5"
79
}
-}
80
+}
0 commit comments