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 68e3a1e commit 8dd7e56Copy full SHA for 8dd7e56
package.json
@@ -45,6 +45,7 @@
45
"clean": "rimraf ./dist ./test/generated ./test/e2e/generated ./samples/generated ./coverage ./node_modules/.cache",
46
"build": "rollup --config --environment NODE_ENV:development",
47
"build:watch": "rollup --config --environment NODE_ENV:development --watch",
48
+ "postinstall": "npm run build",
49
"release": "rollup --config --environment NODE_ENV:production",
50
"validate": "tsc --project tsconfig.json --noEmit",
51
"run": "node ./test/index.js",
@@ -122,4 +123,4 @@
122
123
"resolutions": {
124
"node-fetch": "2.6.7"
125
}
-}
126
+}
0 commit comments