Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tx-techno-num
impactometre
Commits
fcf01fc4
Commit
fcf01fc4
authored
Dec 03, 2020
by
Elouan Le Bars
Browse files
[UPD] package.json
parent
aa6060e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
fcf01fc4
...
...
@@ -9,6 +9,7 @@
"server"
:
"DEBUG=impactometre:* nodemon ./bin/www"
,
"front"
:
"cd front && npm run serve"
,
"devstart"
:
"concurrently
\"
npm run server
\"
\"
npm run front
\"
"
,
"prodstart"
:
"concurrently
\"
npm start
\"
\"
npm run front
\"
"
,
"lint"
:
"npx eslint . && npx stylelint ./sass --syntax scss --fix"
,
"test"
:
"mocha --recursive
\"
test/
\"
"
},
...
...
Write
Preview
Supports
Markdown
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