From 6dedeae6e18b0a1d265c26f8010b3bb3b2c39884 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 6 May 2022 15:28:40 +0200 Subject: [PATCH] fix run-license call --- repl/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repl/package.json b/repl/package.json index 5db12a06..b6f711d0 100644 --- a/repl/package.json +++ b/repl/package.json @@ -22,7 +22,7 @@ }, "scripts": { "start": "react-scripts start", - "build": "BUILD_PATH='../docs' react-scripts build && npm run build-tutorial && npm add-license", + "build": "BUILD_PATH='../docs' react-scripts build && npm run build-tutorial && npm run add-license", "test": "mocha ./src/test --colors", "snapshot": "cd ./src/ && rm -f ./tunes.snapshot.mjs && node ./shoot.mjs > ./tunes.snapshot.mjs", "eject": "react-scripts eject",