mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2025-02-22 03:31:17 +00:00
Fix
This commit is contained in:
parent
60afbf1d52
commit
68d158e53c
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
],
|
||||
"scripts": {
|
||||
"test": "NODE_ENV=test mocha spec/",
|
||||
"start": "npm run compile:react && node index.js",
|
||||
"start": "npm run compile && node index.js",
|
||||
"compile:dev": "node_modules/react-tools/bin/jsx --watch --no-cache-dir --source-map-inline -x jsx lib/react/ public/js/",
|
||||
"compile": "node_modules/react-tools/bin/jsx -x jsx lib/react/ public/js/",
|
||||
"dev": "nodemon index.js"
|
||||
|
|
Loading…
Reference in a new issue