Skip to content

Commit

Permalink
Fix npm start as per README
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical committed Aug 24, 2022
1 parent dbd9f00 commit 14393bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/online_editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build:wasm_preview": "wasm-pack build --target web ../../api/wasm-interpreter -- --features console_error_panic_hook",
"build:wasm_preview-release": "wasm-pack build --release --target web ../../api/wasm-interpreter -- --features console_error_panic_hook",
"lint": "eslint src",
"start": "rimraf dist && npm run build:wasm-lsp && npm run build:wasm_preview && npm run start:vite",
"start": "rimraf dist && npm run build:wasm_lsp && npm run build:wasm_preview && npm run start:vite",
"start:vite": "vite --open",
"syntax_check": "tsc --build"
},
Expand Down

0 comments on commit 14393bd

Please sign in to comment.