Skip to content

Commit 67e1d85

Browse files
committed
update: Updated build command
1 parent 86029c2 commit 67e1d85

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
@@ -15,7 +15,7 @@
1515
"merge-stream": "^2.0.0"
1616
},
1717
"scripts": {
18-
"prebuild": "cd ./assets/reactjs && npm run build && gulp sass",
18+
"prebuild": "cd ./assets/reactjs && npm install && npm run build && gulp sass",
1919
"build": "npm run prebuild && gulp"
2020
},
2121
"repository": {

0 commit comments

Comments
 (0)