Skip to content

Commit

Permalink
Build the wasm file automatically when running 'npm run serve'
Browse files Browse the repository at this point in the history
  • Loading branch information
schmir committed Apr 16, 2021
1 parent 326fddd commit e732e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"serve": "make -C ../shuttermint GOFLAGS= BINDIR=$(pwd)/public wasm; sleep 2; vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
Expand Down

0 comments on commit e732e7b

Please sign in to comment.