Skip to content

Commit

Permalink
Dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
kazcw committed Oct 15, 2024
1 parent 3ce8b29 commit d17d892
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@
"test-dev:unit": "vitest",
"test:e2e": "cross-env NODE_ENV=production playwright test",
"test-dev:e2e": "cross-env NODE_ENV=production playwright test --ui",
"preinstall": "corepack pnpm run generate-metadata && corepack pnpm run build-rust-ffi",
"preinstall": "corepack pnpm run generate-metadata",
"postinstall": "playwright install",
"build-rust-ffi": "wasm-pack build ./rust-ffi --release --target web && wasm-pack build ./rust-ffi --out-dir node-pkg --target nodejs",
"generate-metadata": "node scripts/generateIconMetadata.js"
},
"dependencies": {
Expand Down

0 comments on commit d17d892

Please sign in to comment.