build: npm i inside tutorial
This commit is contained in:
parent
88d12223a5
commit
8ab912429b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -11,5 +11,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
cache: "npm"
|
cache: "npm"
|
||||||
- run: npm install && cd repl && npm install
|
- run: npm ci && cd repl && npm ci && cd ../tutorial && npm ci
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue