mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 05:38:35 +00:00
build: npm i inside tutorial
This commit is contained in:
parent
88d12223a5
commit
8ab912429b
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -11,5 +11,5 @@ jobs:
|
||||
with:
|
||||
node-version: 16
|
||||
cache: "npm"
|
||||
- run: npm install && cd repl && npm install
|
||||
- run: npm ci && cd repl && npm ci && cd ../tutorial && npm ci
|
||||
- run: npm run build
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user