Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
roxaneletourneau committed Nov 2, 2022
1 parent c68478a commit 399ca2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"scripts": {
"build": "nx run-many --target=build -no-private",
"build-test-dapp": "lerna run build --scope=taquito-test-dapp-vite",
"build-test-dapp": "npm ci && cd apps/taquito-test-dapp && npm run build",
"bootstrap": "lerna bootstrap --force-local",
"rebuild": "npm run clean && npm clean-install && npm run build",
"test": "nx run-many --target=test --collectCoverage",
Expand Down

0 comments on commit 399ca2b

Please sign in to comment.