-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Milestone
Description
review all scripts, they should work without manual compile
- "compile": "tsc -p tsconfig.json",
- "compile:docker": "tsc -p tsconfig.json --outDir dist",
- "start": "node server.js",
- "debug": "nodemon --inspect server.js",
- "prod": "cross-env NODE_ENV=production node start server.js --name=waosNode",
- "test": "cross-env NODE_ENV=test gulp test",
- "test:watch": "cross-env NODE_ENV=test gulp testWatch",
- "test:coverage": "cross-env NODE_ENV=test gulp testCoverage",
- "test:coveralls": "cross-env NODE_ENV=test gulp testCoverage && cat ./coverage/lcov.info | coveralls",
- "seed:dev": "cross-env NODE_ENV=development gulp seed",
- "seed:prod": "cross-env NODE_ENV=production gulp seed",
- "seed:user": "gulp seedUser",
- "seed:mongodump": "./scripts/db/mongodump.sh",
- "seed:mongorestore": "node ./scripts/db/mongorestore.js",
- "seed:mongodrop": "gulp drop",
- "generate:sslCerts": "scripts/generate-ssl-certs.sh",
- "lint": "gulp lint",
- "snyk-protect": "snyk protect",
- "prepare": "npm run snyk-protect",
- "commit": "npx git-cz",
- "release": "standard-version",
- "release:auto": "npx semantic-release"