From acabb2f564eea28af26c0fed1fd6eb0f9e0ff176 Mon Sep 17 00:00:00 2001 From: Bill D Date: Tue, 16 Mar 2021 17:39:09 +0400 Subject: [PATCH] oops --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 52b9b0e..ba54757 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "test": "react-scripts test", "eject": "react-scripts eject", "build-website": "node get-verbs.js && npm run build", - "build-library": "rimraf dist && rimraf dist-cjs && tsc --project library-tsconfig.json && node library-post-build.js && rollup -c", + "build-library": "node get-verbs.js && rimraf dist && rimraf dist-cjs && tsc --project library-tsconfig.json && node library-post-build.js && rollup -c", "test-ci": "npm run test -- --watchAll=false" }, "eslintConfig": {