Skip to content

Commit d74ac66

Browse files
committed
ci: remove build from preversion
1 parent 777dc6a commit d74ac66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"test": "npx jasmine-browser-runner runSpecs",
3636
"build": "rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
3737
"release": " npm run build && node ci/compress.js",
38-
"preversion": "npm run build && npm test",
38+
"preversion": "npm test",
3939
"version": "npm run build && node ci/compress.js && git add -A dist src/index.ts"
4040
},
4141
"lint-staged": {

0 commit comments

Comments
 (0)