Skip to content

Commit

Permalink
Remove version script
Browse files Browse the repository at this point in the history
  • Loading branch information
nunofgs committed Dec 21, 2023
1 parent 80db3c2 commit 49cbda7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"lint": "yarn concurrently 'yarn:eslint .' 'yarn:tsc --noEmit'",
"build": "rm -rf dist && yarn concurrently 'yarn:build:*'",
"build:cjs": "yarn tsc -p tsconfig.build.json --outDir ./dist/cjs --module commonjs",
"version": "sh scripts/version.sh",
"build:esm": "yarn tsc -p tsconfig.build.json",
"watch": "yarn build:esm --watch",
"watch:test": "yarn test --watch",
Expand Down

0 comments on commit 49cbda7

Please sign in to comment.