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 8b39a16 commit 1e49944Copy full SHA for 1e49944
package.json
@@ -26,7 +26,7 @@
26
],
27
"scripts": {
28
"clean": "shx rm -rf dist",
29
- "start": "run-p sass:watch build:watch serve watch",
+ "start": "npm run sass && run-p sass:watch build:watch serve watch",
30
"serve": "owc-dev-server --port 3333",
31
"watch": "browser-sync start --no-notify --proxy localhost:3333 --files 'dist/**/*.js, index.html'",
32
"sass": "gulp sass",
0 commit comments