Skip to content
This repository was archived by the owner on Jan 7, 2026. It is now read-only.
This repository was archived by the owner on Jan 7, 2026. It is now read-only.

bug(npm): scripts  #26

Description

@PierreBrisorgueil

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"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions