File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,5 @@ package-lock.json
4
4
.env
5
5
.nyc_output
6
6
coverage
7
- .DS_Store
7
+ .DS_Store
8
+ build
Original file line number Diff line number Diff line change 7
7
- master
8
8
- develop
9
9
10
+ variables :
11
+ - group : postgres-express-node
12
+
10
13
pool :
11
14
vmImage : ' ubuntu-latest'
12
15
Original file line number Diff line number Diff line change 6
6
"scripts" : {
7
7
"start" : " node ./bin/www" ,
8
8
"start:dev" : " nodemon ./bin/www" ,
9
+ "build" : " exit 0" ,
9
10
"test" : " NODE_ENV=test npm run reset:db && NODE_ENV=test nyc mocha --timeout 5000 server/tests/**/*.spec.js" ,
10
11
"migrate" : " sequelize db:migrate" ,
11
12
"reset:db" : " sequelize db:migrate:undo:all && npm run migrate" ,
49
50
"passport-jwt" : " ^4.0.0" ,
50
51
"pg" : " ^7.11.0" ,
51
52
"pg-hstore" : " ^2.3.3" ,
53
+ "sequelize-cli" : " ^5.5.0" ,
52
54
"sequelize" : " ^5.8.9"
53
55
},
54
56
"devDependencies" : {
61
63
"mocha" : " ^6.2.0" ,
62
64
"nodemon" : " ^1.19.1" ,
63
65
"nyc" : " ^14.1.1" ,
64
- "sequelize-cli" : " ^5.5.0" ,
65
66
"sinon" : " ^7.4.1" ,
66
67
"sinon-chai" : " ^3.3.0" ,
67
68
"sinon-express-mock" : " ^2.2.0"
You can’t perform that action at this time.
0 commit comments