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