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 2de924d commit 07ef46aCopy full SHA for 07ef46a
package.json
@@ -12,8 +12,7 @@
12
"build:bundlers": "tsc -p . && rollup -c",
13
"build:deps": "node scripts/build-polyfills.js",
14
"build:constants": "node scripts/build-constants.js",
15
- "version": "npm run build",
16
- "release": "np",
+ "release": "np --no-yarn --no-release-draft",
17
"browser-test": "serve browser-test/dist",
18
"prebrowser-test": "npm run build && node ./browser-test/index.js"
19
},
0 commit comments