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 777dc6a commit d74ac66Copy full SHA for d74ac66
package.json
@@ -35,7 +35,7 @@
35
"test": "npx jasmine-browser-runner runSpecs",
36
"build": "rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
37
"release": " npm run build && node ci/compress.js",
38
- "preversion": "npm run build && npm test",
+ "preversion": "npm test",
39
"version": "npm run build && node ci/compress.js && git add -A dist src/index.ts"
40
},
41
"lint-staged": {
0 commit comments