mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-24 20:18:34 +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:
|
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…
x
Reference in New Issue
Block a user