mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 13:48:40 +00:00
build: add npm i in repl folder
This commit is contained in:
parent
6c363d9c4b
commit
88d12223a5
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
|
- run: npm install && cd repl && npm install
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user