diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,10 +1,12 @@ - - all: cargo cd www && \ npm install && \ npm run build +serve: cargo + cd www && \ + npm install && \ + npm run start cargo: - wasm-pack build --no-typescript --release
\ No newline at end of file + wasm-pack build --no-typescript --release |