build: add npm i in repl folder

This commit is contained in:
Felix Roos 2022-09-19 21:52:31 +02:00
parent 6c363d9c4b
commit 88d12223a5

View File

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