We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9208d34 commit aea9f00Copy full SHA for aea9f00
package.json
@@ -21,6 +21,7 @@
21
"url": "git+https://github.com/topcoder-platform/topcoder-react-lib.git"
22
},
23
"scripts": {
24
+ "prepare": "npm run build",
25
"build": "npm run clean && npm run build:dev && npm run build:prod",
26
"build:dev": "./node_modules/.bin/webpack --env=development --progress --profile --colors --display-optimization-bailout",
27
"build:dev:watch": "npm run clean && ./node_modules/.bin/webpack --env=development --progress --profile --colors --watch --display-optimization-bailout",
0 commit comments