Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Enes Tasbasi
whats-open-web
Commits
13beadc3
Commit
13beadc3
authored
Dec 23, 2017
by
Mattias J Duffy
Browse files
compiling scss on yarn start
parent
883586a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
13beadc3
...
...
@@ -35,7 +35,7 @@
"build-css"
:
"node-sass-chokidar src/styles/ -o src/styles/build"
,
"watch-css"
:
"node-sass-chokidar src/styles/ -o src/styles/build --watch --recursive"
,
"start-js"
:
"react-scripts start"
,
"start"
:
"npm-run-all -p watch-css start-js"
,
"start"
:
"npm-run-all -p
build-css
watch-css start-js"
,
"build-js"
:
"react-scripts build"
,
"build"
:
"npm-run-all build-css build-js"
,
"test"
:
"react-scripts test --env=jsdom"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment