Skip to content

Commit

Permalink
Publishing beta package
Browse files Browse the repository at this point in the history
  • Loading branch information
mrinc committed Dec 15, 2023
1 parent 4cd5303 commit 73ef6fc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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'"
Expand All @@ -23,10 +23,7 @@
},
"files": [
"lib/**/*",
"development/**/*",
"tsconfig.json",
"postinstall.js",
"build-lib-clients.js",
"README.md"
],
"main": "lib/index.js",
Expand Down

0 comments on commit 73ef6fc

Please sign in to comment.