Skip to content

Commit

Permalink
Local package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
codygunton committed Nov 6, 2024
1 parent 7ed8b0c commit 71d33ba
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions yarn-project/ivc-integration/package.local.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"scripts": {
"build": "yarn clean && yarn generate && tsc -b",
"clean": "rm -rf ./dest .tsbuildinfo src/types artifacts"
"build": "yarn clean && yarn generate && rm -rf dest && webpack && tsc -b",
"clean": "rm -rf ./dest .tsbuildinfo src/types artifacts",
"test:non-browser":"NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests --testPathIgnorePatterns=browser",
"test:browser": "./run_tests.sh",
"test": "yarn test:non-browser && yarn test:browser"
},
"files": ["dest", "src", "artifacts", "!*.test.*"]
}

0 comments on commit 71d33ba

Please sign in to comment.