build: npm i inside tutorial

This commit is contained in:
Felix Roos 2022-09-19 21:54:34 +02:00
parent 88d12223a5
commit 8ab912429b

View File

@ -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