Skip to content

Commit aea9f00

Browse files
Added 'prepare' script to package.json
1 parent 9208d34 commit aea9f00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"url": "git+https://github.com/topcoder-platform/topcoder-react-lib.git"
2222
},
2323
"scripts": {
24+
"prepare": "npm run build",
2425
"build": "npm run clean && npm run build:dev && npm run build:prod",
2526
"build:dev": "./node_modules/.bin/webpack --env=development --progress --profile --colors --display-optimization-bailout",
2627
"build:dev:watch": "npm run clean && ./node_modules/.bin/webpack --env=development --progress --profile --colors --watch --display-optimization-bailout",

0 commit comments

Comments
 (0)