Skip to content

Commit

Permalink
chore: add serve test dapp
Browse files Browse the repository at this point in the history
  • Loading branch information
slavastartsev committed Nov 22, 2024
1 parent 4b73b84 commit 3a1f506
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"test:e2e": "pnpm start:evm && pnpm run --filter bob-e2e test:playwright:headful",
"test:e2e:ci": "pnpm run --filter bob-e2e test:playwright:headful",
"build:e2e:cache": "pnpm run --filter bob-e2e build:cache",
"serve:test-dapp": "pnpm run --filter bob-e2e serve:test-dapp",
"postinstall": "husky install",
"clean": "pnpm turbo:clean && pnpm clean:node-modules && pnpm clean:lock && pnpm install",
"clean:node-modules": "rimraf ./packages/**/**/node_modules && rimraf ./apps/**/node_modules && rm -rf ./node_modules",
Expand Down

0 comments on commit 3a1f506

Please sign in to comment.