Skip to content

Commit

Permalink
build: consistency with src-node package locks
Browse files Browse the repository at this point in the history
  • Loading branch information
abose committed Oct 7, 2023
1 parent 1e1d763 commit 3f99f4f
Show file tree
Hide file tree
Showing 3 changed files with 3,101 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@
"_buildonly": "gulp build",
"_buildonlyDebug": "gulp buildDebug",
"_vulnerabilityCheck": "echo Scanning for vulnarabilities && npm audit --prod --audit-level=critical",
"build": "npm run _buildonly && npm run createJSDocs && npm run _zipTestFiles && npm run lint && npm run _vulnerabilityCheck",
"build:debug": "npm run _buildonlyDebug && npm run createJSDocs && npm run _zipTestFiles && npm run lint && npm run _vulnerabilityCheck",
"_create-src-node-pkg-lock": "cd src-node && npm i --package-lock-only && cd..",
"build": "npm run _create-src-node-pkg-lock && npm run _buildonly && npm run createJSDocs && npm run _zipTestFiles && npm run lint && npm run _vulnerabilityCheck",
"build:debug": "npm run _create-src-node-pkg-lock && npm run _buildonlyDebug && npm run createJSDocs && npm run _zipTestFiles && npm run lint && npm run _vulnerabilityCheck",
"clean": "gulp clean && gulp reset",
"release:dev": "gulp releaseDev",
"release:staging": "gulp releaseStaging",
Expand Down
Loading

0 comments on commit 3f99f4f

Please sign in to comment.