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 ab84564 commit 288cea4Copy full SHA for 288cea4
dist/.keep
package.json
@@ -8,6 +8,7 @@
8
"test:watch": "npm test -- --watch",
9
"coverage": "./node_modules/.bin/babel-node ./node_modules/.bin/babel-istanbul cover node_modules/mocha/bin/_mocha",
10
"report:coverage": "cat ./coverage/coverage.json | ./node_modules/codecov.io/bin/codecov.io.js",
11
+ "prebuild": "rm -rf dist && mkdir dist",
12
"build": "NODE_ENV=development webpack -p --config webpack.config.js",
13
"manage:translations": "babel-node ./src/locales/translationManager.js",
14
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
0 commit comments