Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit ac6d1da

Browse files
author
george
committed
add build step before testing in preversion
1 parent 649c228 commit ac6d1da

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
@@ -37,7 +37,7 @@
3737
"scss:prepublish": "cd scss/ && zip -r ../dist/undernet.scss.zip .",
3838
"update-version": "node bin/update-version.js",
3939
"create-hashes": "node bin/create-hashes.js",
40-
"preversion": "npm test",
40+
"preversion": "yarn js:build && npm test",
4141
"postversion": "yarn update-version && npm test -- -u && yarn build:dist:release && git add -A && git commit --amend"
4242
},
4343
"devDependencies": {

0 commit comments

Comments
 (0)