Skip to content

Commit

Permalink
Revert "fix: add build step to build wasm (#21)" (#22)
Browse files Browse the repository at this point in the history
This reverts commit 4144099.
  • Loading branch information
0xtsukino authored Jun 11, 2024
1 parent 4144099 commit bc32d1b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
13 changes: 0 additions & 13 deletions build-wasm.sh

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@
"main": "index.js",
"scripts": {
"build:ui": "NODE_ENV=production webpack --config webpack.web.config.js",
"build:wasm": "build-wasm.sh",
"watch:ui": "NODE_ENV=development webpack --config webpack.web.config.js --watch",
"dev:ui": "NODE_ENV=development webpack-dev-server --config webpack.web.config.js --hot",
"build:server": "NODE_ENV=production webpack --config webpack.server.config.js",
"watch:server": "NODE_ENV=development webpack --config webpack.server.config.js --watch",
"nodemon:server": "NODE_ENV=development nodemon build/server/index.bundle.js",
"dev:server": "NODE_ENV=development concurrently npm:watch:server npm:nodemon:server",
"start": "node build/server/index.bundle.js",
"build": "concurrently npm:build:wasm npm:build:ui npm:build:server",
"build": "concurrently npm:build:ui npm:build:server",
"dev": "concurrently npm:watch:ui npm:dev:server",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
Expand Down
Binary file modified rs/verifier/index.node
Binary file not shown.

0 comments on commit bc32d1b

Please sign in to comment.