Skip to content

Commit

Permalink
Update the NPM scripts [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Mar 14, 2024
1 parent 0a37a96 commit 94b666a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
"validation"
],
"scripts": {
"build": "node tool/build.js && tsc --project src/tsconfig.json",
"build": "node tool/build.js && tsc --project src",
"clean": "node tool/clean.js",
"dist": "npm run clean && npm run build",
"doc": "typedoc --options etc/typedoc.js && node tool/doc.js",
"lint": "npm run build && tsc --project tsconfig.json && eslint --config=etc/eslint.config.js etc example src test tool",
"lint": "npm run build && tsc --project . && eslint --config=etc/eslint.config.js etc example src test tool",
"prepack": "npm run dist",
"release": "node tool/publish.js",
"test": "npm run build && node --test --test-reporter=spec"
Expand Down

0 comments on commit 94b666a

Please sign in to comment.