From 5f26773c6199912c544ff0c2eb7f4ef3e686d773 Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Sun, 1 May 2022 22:35:35 +0200 Subject: [PATCH] add repl test to root package --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a68cff65..cd8c20bf 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "description": "Port of tidalcycles to javascript", "main": "strudel.mjs", "scripts": { - "test": "npm run test --workspaces --if-present", + "test": "npm run test --workspaces --if-present && cd repl && npm run test", "bootstrap": "lerna bootstrap", "setup": "npm i && npm run bootstrap && cd repl && npm i", "repl": "cd repl && npm run start",