Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug(npm): scripts #26

Open
PierreBrisorgueil opened this issue Feb 24, 2021 · 0 comments
Open

bug(npm): scripts #26

PierreBrisorgueil opened this issue Feb 24, 2021 · 0 comments

Comments

@PierreBrisorgueil
Copy link
Contributor

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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant