From 73ef6fcb1a40c30b2753e6462f3b2bd68299d40e Mon Sep 17 00:00:00 2001 From: mrinc Date: Fri, 15 Dec 2023 22:18:23 +0200 Subject: [PATCH] Publishing beta package --- nodejs/package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/nodejs/package.json b/nodejs/package.json index f8c2cdd..d1276c4 100644 --- a/nodejs/package.json +++ b/nodejs/package.json @@ -13,7 +13,7 @@ "start": "node lib/cli.js", "build": "rm -rfv ./lib && tsc && npm run testDev", "build-release": "rm -rfv ./lib && tsc && npm run test && rm -rfv ./lib && tsc --p ./tsconfig-release.json", - "postinstall": "node ./postinstall.js", + "xpostinstall": "node ./postinstall.js", "lint": "eslint src/ --ext .js,.jsx,.ts,.tsx", "test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' node ./node_modules/nyc/bin/nyc.js --reporter json --reporter lcov ./node_modules/mocha/bin/mocha.js -r ts-node/register 'src/tests/**/*.ts' --reporter json --reporter-options output=junit.json", "testDev": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' node ./node_modules/nyc/bin/nyc.js ./node_modules/mocha/bin/mocha.js -r ts-node/register 'src/tests/**/*.ts'" @@ -23,10 +23,7 @@ }, "files": [ "lib/**/*", - "development/**/*", "tsconfig.json", - "postinstall.js", - "build-lib-clients.js", "README.md" ], "main": "lib/index.js",