Update package.json

This commit is contained in:
Nawaz Dhandala 2021-04-26 14:52:44 +00:00
parent 85d4028754
commit 732bb2b19c

View File

@ -65,7 +65,7 @@
},
"scripts": {
"start": "node server.js",
"dev": "cross-env NODE_ENV=development nodemon server.js -- --staging",
"dev": "cross-env NODE_ENV=development nodemon server.js --ignore greenlock.d/* -- --staging",
"test": "cross-env NODE_ENV=development mocha --exit test/index.js",
"enterprise-test": "cross-env NODE_ENV=development mocha --exit test/enterprise.js",
"audit": "npm audit --audit-level=low",