We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de053a2 commit d7a199cCopy full SHA for d7a199c
package.json
@@ -7,7 +7,7 @@
7
"build:extension": "cross-env BABEL_ENV=production gulp build:extension",
8
"build:firefox": "cross-env BABEL_ENV=production gulp build:firefox",
9
"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",
+ "precompress:extension": "npm run lint && npm run test:app && npm run build:extension && npm run test:chrome && npm run test:electron",
11
"precompress:firefox": "npm run lint && npm run build:firefox && npm run test:app",
12
"compress:extension": "gulp compress:extension",
13
"compress:firefox": "gulp compress:firefox",
0 commit comments