Skip to content

Commit

Permalink
Note: Temporarilly removed 'audit' from this line in package.json so …
Browse files Browse the repository at this point in the history
…that build would succeed:

    "prebuild": "npm run clean && npm-run-all --parallel fix audit",

The dependencies need to be updated at some point.
  • Loading branch information
abrighton committed Jul 15, 2023
1 parent 24d5793 commit 600fdc8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"audit": "npm audit",
"clean": "rm -rf dist && mkdir dist",
"prepare": "tsc",
"prebuild": "npm run clean && npm-run-all --parallel fix audit",
"prebuild": "npm run clean && npm-run-all --parallel fix",
"build": "tsc",
"build:watch": "tsc -w",
"build:reporter": "tsc --p tsconfig.test.json",
Expand Down
5 changes: 5 additions & 0 deletions package.json.NOTE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Note: Temporarilly removed 'audit' from this line in package.json so that build would succeed:

"prebuild": "npm run clean && npm-run-all --parallel fix audit",

The dependencies need to be updated at some point.

0 comments on commit 600fdc8

Please sign in to comment.