Skip to content

Commit

Permalink
rewrite copy cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten committed Jul 23, 2024
1 parent 9cf870d commit 1a59b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"types": "lib/index.d.ts",
"scripts": {
"fetch:wasm:create-env": "micromamba create -p $(pwd)/cockle_wasm_env -y lua cockle_fs grep coreutils --platform=emscripten-wasm32 -c https://repo.mamba.pm/emscripten-forge -c https://repo.mamba.pm/conda-forge",
"fetch:wasm:copy": "cp -r cockle_wasm_env/bin/*.{js,wasm} src/wasm",
"fetch:wasm:copy": "cp -r $(pwd)/cockle_wasm_env/bin/*.js src/wasm && cp -r $(pwd)/cockle_wasm_env/bin/*.wasm src/wasm",
"fetch:wasm" : "npm run fetch:wasm:create-env && npm run fetch:wasm:copy",
"build": "tsc",
"eslint": "npm run eslint:check -- --fix",
Expand Down

0 comments on commit 1a59b2d

Please sign in to comment.