Skip to content

Commit

Permalink
tweaking build targets
Browse files Browse the repository at this point in the history
  • Loading branch information
konsumer committed Jul 10, 2024
1 parent a7c221b commit 5b0e933
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Common tasks have been wrapped with npm scripts:
```sh
npm run build:site # build website in docs
npm run start # run local dev-server
npm run clean # delete all built files

npm run build:carts # build just the demo-carts
npm run build:host # build just the native host
Expand Down
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
"main": "node/index.js",
"scripts": {
"clean": "rimraf build wbuild docs/cart docs/wasm",
"test": "cmake -B build -DNATIVE=0 -DTESTS=1 -DCARTS=0 && cmake --build build && ./build/test/test_colors",
"gen:wamr": "node tools/gen_wamr.js",
"gen:funcs": "node tools/gen_funcs.js",
"gen:web": "node tools/gen_web.js",
"start": "npm run build:site && live-server docs",
"build:retro": "cmake -GNinja -B build -DLIBRETRO=1 -DHOST=0 -DTESTS=0 -DCARTS=0 && cmake --build build",
"build:carts": "cmake -GNinja -B build -DLIBRETRO=0 -DHOST=0 -DTESTS=0 -DCARTS=1 && cmake --build build",
Expand Down

0 comments on commit 5b0e933

Please sign in to comment.