x
This commit is contained in:
8
Makefile
8
Makefile
@ -41,14 +41,14 @@ endif
|
|||||||
**install**: node_modules/.package-lock.json $ $(CARGO) $ $(WASM_PACK)
|
**install**: node_modules/.package-lock.json $ $(CARGO) $ $(WASM_PACK)
|
||||||
|
|
||||||
- node_modules/.package-lock.json: package.json package-lock.json
|
- node_modules/.package-lock.json: package.json package-lock.json
|
||||||
- npm prune
|
- `npm prune`
|
||||||
- npm install
|
- `npm install`
|
||||||
|
|
||||||
- $(CARGO):
|
- $(CARGO):
|
||||||
- npm run install:rust
|
- `npm run install:rust`
|
||||||
|
|
||||||
- $(WASM_PACK):
|
- $(WASM_PACK):
|
||||||
- npm run install:wasm-pack:sh
|
- `npm run install:wasm-pack:sh`
|
||||||
|
|
||||||
-:
|
-:
|
||||||
$\:
|
$\:
|
||||||
|
|||||||
Reference in New Issue
Block a user