There was an error while loading. Please reload this page.
1 parent 93358c9 commit 5202ad7Copy full SHA for 5202ad7
package.json
@@ -7,8 +7,8 @@
7
"scripts": {
8
"test": "jest",
9
"build": "babel lib -d dist",
10
- "preversion": "npm test",
11
- "version": "npm run build",
+ "preversion": "npm run build",
+ "version": "npm test",
12
"postversion": "git push gitlab master && git push github master"
13
},
14
"engines": {
0 commit comments