Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
mastofe
Commits
ca704f09
Verified
Commit
ca704f09
authored
Feb 01, 2019
by
Haelwenn
Browse files
package.json: Add (npm run) dev command
parent
9377b5ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
ca704f09
...
...
@@ -9,6 +9,7 @@
"build:development"
:
"cross-env RAILS_ENV=development NODE_ENV=development ./bin/webpack"
,
"build:production"
:
"cross-env RAILS_ENV=production NODE_ENV=production ./bin/webpack"
,
"manage:translations"
:
"node ./config/webpack/translationRunner.js"
,
"dev"
:
"cross-env NODE_ENV=development webpack-dev-server --config config/webpack/development.js --progress --color"
,
"start"
:
"node ./streaming/index.js"
,
"test"
:
"${npm_execpath} run test:lint:js && ${npm_execpath} run test:jest"
,
"test:lint"
:
"${npm_execpath} run test:lint:js && ${npm_execpath} run test:lint:sass"
,
...
...
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