Skip to content

Commit 1e49944

Browse files
committed
fix for npm start from clean clone
1 parent 8b39a16 commit 1e49944

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
@@ -26,7 +26,7 @@
2626
],
2727
"scripts": {
2828
"clean": "shx rm -rf dist",
29-
"start": "run-p sass:watch build:watch serve watch",
29+
"start": "npm run sass && run-p sass:watch build:watch serve watch",
3030
"serve": "owc-dev-server --port 3333",
3131
"watch": "browser-sync start --no-notify --proxy localhost:3333 --files 'dist/**/*.js, index.html'",
3232
"sass": "gulp sass",

0 commit comments

Comments
 (0)