Skip to content

Commit d7a199c

Browse files
committed
Test before building
1 parent de053a2 commit d7a199c

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
@@ -7,7 +7,7 @@
77
"build:extension": "cross-env BABEL_ENV=production gulp build:extension",
88
"build:firefox": "cross-env BABEL_ENV=production gulp build:firefox",
99
"build:examples": "babel-node examples/buildAll.js",
10-
"precompress:extension": "npm run lint && npm run build:extension && npm run test:app && npm run test:chrome && npm run test:electron",
10+
"precompress:extension": "npm run lint && npm run test:app && npm run build:extension && npm run test:chrome && npm run test:electron",
1111
"precompress:firefox": "npm run lint && npm run build:firefox && npm run test:app",
1212
"compress:extension": "gulp compress:extension",
1313
"compress:firefox": "gulp compress:firefox",

0 commit comments

Comments
 (0)