Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
v. 0.5.2 build system update
Browse files Browse the repository at this point in the history
  • Loading branch information
grzpab committed Dec 8, 2023
1 parent c1b8f0b commit 99f7d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
},
"packageManager": "[email protected]",
"scripts": {
"build": "esbuild ./src/index.ts --define:__INTUITA_CLI_VERSION__=\\\"0.5.1\\\" --bundle --platform=node --target=node16 --minify --format=cjs --legal-comments=inline --outfile=./dist/index.cjs",
"build": "esbuild ./src/index.ts --define:__INTUITA_CLI_VERSION__=\\\"0.5.2\\\" --bundle --platform=node --target=node16 --minify --format=cjs --legal-comments=inline --outfile=./dist/index.cjs",
"lint:eslint": "eslint src --fix --ext ts",
"lint:prettier": "prettier --write .",
"package": "pkg --compress GZip .",
Expand Down

0 comments on commit 99f7d50

Please sign in to comment.