From 7e21ab8c3aae53569bda7ac722bad69c76b903e2 Mon Sep 17 00:00:00 2001 From: Moritz Kirstein Date: Fri, 15 Mar 2024 02:00:18 +0100 Subject: [PATCH] fix: prepublish script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d5fff70..759c8a4 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "lint": "eslint --ignore-path .gitignore --ext .ts", "lint:fix": "eslint --ignore-path .gitignore --ext .ts --fix", "mocha": "TS_NODE_PROJECT='./test/tsconfig.json' mocha --config=test/.mocharc.json --node-env=test --exit", - "prepublishOnly": "ts-node scripts/prepublishOnly.ts", + "prepublishOnly": "node scripts/prepublishOnly.js", "start:docusaurus": "cd docs && npm run start", "test": "npm run lint && npm run mocha -- test/**/*.test.ts test/*.test.ts", "test:mocha": "npm run mocha -- test/**/*.test.ts",