Skip to content

Commit

Permalink
revert changes to package json
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnDonavon committed Mar 6, 2023
1 parent 0f326b4 commit fe7b6f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
"webpack-dev-server": "^4.7.4"
},
"scripts": {
"build-wasm": "cd ../wasm && wasm-pack build --release --target web",
"start": "yarn build-wasm && yarn upgrade @aleohq/wasm && webpack-dev-server",
"start": "yarn upgrade @aleohq/wasm && webpack-dev-server",
"build": "webpack --config webpack.config.js",
"predeploy": "yarn build",
"deploy": "gh-pages -d build",
Expand Down

0 comments on commit fe7b6f9

Please sign in to comment.