Skip to content

Commit ba49776

Browse files
add install section
1 parent 27b4973 commit ba49776

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/static.yml

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
uses: actions/configure-pages@v3
3535
- name: Install wasm-pack
3636
run: cargo install wasm-pack
37+
- name: Install npm tools
38+
run: npm install
3739
- name: Wasm Test
3840
run: npm test
3941
- name: Build Pages

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"license": "ISC",
1313
"devDependencies": {
1414
"webpack": "^5.90.3",
15-
"webpack-cli": "^5.1.4"
15+
"webpack-cli": "^5.1.4",
16+
"rimraf": "^3.0.0"
1617
}
1718
}

0 commit comments

Comments
 (0)