Skip to content

Commit

Permalink
update test build and package lock
Browse files Browse the repository at this point in the history
  • Loading branch information
paul90 committed Nov 2, 2024
1 parent d9dff17 commit 19d1164
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"scripts": {
"build": "npm run test && npm run build:client && npm run build:test",
"build:client": "npm run clean:client; node --no-warnings scripts/build-client.mjs",
"build:test": "npm run clean:test; node scripts/build-testclient.mjs",
"build:test": "npm run clean:test; node --no-warnings scripts/build-testclient.mjs",
"clean": "npm run clean:client; npm run clean:test",
"clean:client": "rm client/client.js client/client.js.map meta-client.json",
"clean:test": "rm client/test/testclient.js",
Expand Down

0 comments on commit 19d1164

Please sign in to comment.