some test updates

This commit is contained in:
Rob Herley
2023-12-01 00:31:27 +00:00
committed by GitHub
parent e9d6649a14
commit 22b7aeb707
10 changed files with 237 additions and 237 deletions

View File

@@ -30,7 +30,7 @@
},
"scripts": {
"audit-moderate": "npm install && npm audit --json --audit-level=moderate > audit.json",
"test": "echo \"Error: run tests from root\" && exit 1",
"test": "cd ../../ && npm run test ./packages/artifact",
"bootstrap": "cd ../../ && npm run bootstrap",
"tsc-run": "tsc",
"tsc": "npm run bootstrap && npm run tsc-run"