We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f23a56 commit 0d635d4Copy full SHA for 0d635d4
.gitignore
@@ -4,4 +4,5 @@ package-lock.json
4
.env
5
.nyc_output
6
coverage
7
-.DS_Store
+.DS_Store
8
+build
package.json
@@ -6,6 +6,7 @@
"scripts": {
"start": "node ./bin/www",
"start:dev": "nodemon ./bin/www",
9
+ "build": "exit 0",
10
"test": "NODE_ENV=test npm run reset:db && NODE_ENV=test nyc mocha --timeout 5000 server/tests/**/*.spec.js",
11
"migrate": "sequelize db:migrate",
12
"reset:db": "sequelize db:migrate:undo:all && npm run migrate",
0 commit comments