Skip to content
Snippets Groups Projects

#90 Feature/setup ci cd

Open Ranindya Paramitha requested to merge feature/setup-ci-cd into develop
Viewing commit c129285a
Show latest version
2 files
+ 3
4
Preferences
Compare changes
Files
2
+ 2
3
@@ -2,14 +2,13 @@
"name": "six-backend",
"version": "1.0.0",
"description": "Backend service for SIX",
"main": "index.js",
"main": "src/index.js",
"scripts": {
"linux-test": "NODE_ENV=test && ./node_modules/mocha/bin/mocha src/test",
"linux-start": "NODE_ENV=development && node src/index.js",
"windows-start": "set NODE_ENV=development && node src/index.js",
"prettify": "npx prettier --write \"**/*.js\"",
"test": "NODE_ENV=test && ./node_modules/mocha/bin/mocha src/test",
"prod": "NODE_ENV=production && nodemon src/index.js localhost 3080"
"prod": "SET NODE_ENV=production && nodemon src/index.js localhost 3080"
},
"author": "Group B",
"license": "MIT",