Skip to content

Commit 5202ad7

Browse files
committed
Fix version track path: built, test, then push
1 parent 93358c9 commit 5202ad7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"scripts": {
88
"test": "jest",
99
"build": "babel lib -d dist",
10-
"preversion": "npm test",
11-
"version": "npm run build",
10+
"preversion": "npm run build",
11+
"version": "npm test",
1212
"postversion": "git push gitlab master && git push github master"
1313
},
1414
"engines": {

0 commit comments

Comments
 (0)