mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 06:19:33 -04:00
build: npm i inside tutorial
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user