Skip to content

Commit

Permalink
🔖 Fix: remove build:wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
William Cory authored and William Cory committed Aug 27, 2024
1 parent 18d55aa commit 35bd2e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"type": "commonjs",
"scripts": {
"all": "nx run-many --targets=generate:docs,build:types,typecheck,test:coverage,build:dist,dev:run,build:app,build:wasm",
"all": "nx run-many --targets=generate:docs,build:types,typecheck,test:coverage,build:dist,dev:run,build:app",
"all:clean": "bun clean && pnpm i && bun allz",
"all:slow": "nx run-many --targets=generate:docs,build:types,typecheck,test:coverage,build:dist,dev:run,build:app --parallel=1",
"allz": "concurrently 'pnpm i' 'bun lint' 'bun sort-package-json' && nx run-many --targets=generate:docs,build:types,typecheck,test:coverage,build:dist,dev:run,build:app,lint:package,lint:deps,lint,format",
Expand All @@ -29,7 +29,7 @@
"lint:deps": "bunx depcheck && nx run-many --target=lint:deps",
"lint:package": "nx run-many --target=lint:package",
"release:check": "changeset status --verbose --since=origin/main",
"release:publish": "pnpm install && nx run-many --target=build:dist,build:types,build:wasm --skip-nx-cache && changeset publish",
"release:publish": "pnpm install && nx run-many --target=build:dist,build:types --skip-nx-cache && changeset publish",
"release:version": "changeset version && pnpm install --lockfile-only",
"sort-package-json": "sort-package-json package.json apps/*/package.json bundler-packages/*/package.json configs/*/package.json examples/*/package.json experimental/*/package.json extensions/*/package.json packages/*/package.json tevm/package.json",
"sort-package-json:check": "sort-package-json package.json docs/package.json configs/*/package.json examples/*/package.json experimental/*/package.json extensions/*/package.json packages/*/package.json && git diff --exit-code tevm/package.json",
Expand Down

0 comments on commit 35bd2e9

Please sign in to comment.