Commit ff3fd07 1 parent 1a7c979 commit ff3fd07 Copy full SHA for ff3fd07
File tree 2 files changed +263
-229
lines changed
2 files changed +263
-229
lines changed Original file line number Diff line number Diff line change 9
9
"main" : " index.js" ,
10
10
"scripts" : {
11
11
"start" : " cross-env NODE_ENV=production node dist" ,
12
- "build" : " rm -rf dist/ && babel src/ -d dist/ --copy-files" ,
13
- "start-dev" : " cross-env NODE_ENV=development ./node_modules/.bin/nodemon --exec babel-node ./src/index.js" ,
12
+ "build" : " rm -rf dist/ && babel src/ -d dist/ --copy-files" ,
13
+ "start-dev" : " cross-env NODE_ENV=development ./node_modules/.bin/nodemon --exec babel-node ./src/index.js" ,
14
14
"test" : " cross-env NODE_ENV=test nyc --reporter=html --reporter=text mocha --timeout 20000 -r @babel/register ./src/tests/ --exit" ,
15
15
"heroku-postbuild" : " cross-env NODE_ENV=production npm run build"
16
16
},
44
44
"cross-env" : " ^6.0.3" ,
45
45
"debug" : " ^4.1.1" ,
46
46
"dotenv" : " ^8.1.0" ,
47
- "cross-env" : " ^6.0.3" ,
48
47
"ejs" : " ^2.7.1" ,
49
48
"express" : " ^4.17.1" ,
50
49
"express-device" : " ^0.4.2" ,
You can’t perform that action at this time.
0 commit comments