Skip to content

Commit

Permalink
pw_ide: Run clean before testing
Browse files Browse the repository at this point in the history
Otherwise you may have stale build artifacts the the build dir.

Change-Id: I006f6ddffa684db8981525f86ca826e08ed589d3
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/269757
Pigweed-Auto-Submit: Chad Norvell <[email protected]>
Docs-Not-Needed: Chad Norvell <[email protected]>
Commit-Queue: Auto-Submit <[email protected]>
Reviewed-by: Asad Memon <[email protected]>
Presubmit-Verified: CQ Bot Account <[email protected]>
Lint: Lint 🤖 <[email protected]>
  • Loading branch information
chadnorvell authored and CQ Bot Account committed Feb 21, 2025
1 parent 1ec3c50 commit ea00e2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pw_ide/ts/pigweed-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,9 @@
"postPackage": "tsx scripts/prepostPackage.mts --post",
"package": "npm run clean && npm run build && npm run bundle && npm run prePackage && npm run doPackage && npm run postPackage",
"packagePrerelease": "npm run clean && npm run build && npm run bundle && npm run prePackage && npm run doPackagePrerelease && npm run postPackage",
"test:unit": "npm run build && vscode-test --label unitTests",
"test:e2e": "npm run build && vscode-test --label e2eTests",
"test:all": "npm run build && vscode-test"
"test:unit": "npm run clean && npm run build && vscode-test --label unitTests",
"test:e2e": "npm run clean && npm run build && vscode-test --label e2eTests",
"test:all": "npm run clean && npm run build && vscode-test"
},
"dependencies": {
"@bazel/bazelisk": "^1.19.0",
Expand Down

0 comments on commit ea00e2a

Please sign in to comment.