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",