Skip to content

Commit

Permalink
chore: commit patched files
Browse files Browse the repository at this point in the history
  • Loading branch information
playmean committed Apr 4, 2022
1 parent bfafdfd commit d249bf6
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 @@ -10,7 +10,7 @@
"scripts": {
"build": "tsc --noEmit && esbuild --platform=node --target=node16 --bundle --minify --outfile=dist/index.min.js --define:__VERSION__=\\\"$(node dist/index.min.js bump)\\\" --banner:js='#!/usr/bin/env node' --footer:js='/*!\n * semverity v0.2.1+sha.edcb63ef\n * (c) 2022-present Aleksey Korolev\n * Released under the MIT License.\n */' src/main.ts",
"build:dev": "esbuild --log-level=error --platform=node --target=node16 --bundle --outfile=dist/index.js --define:__VERSION__=\\\"$npm_package_version\\\" src/main.ts",
"release": "npm run build && node dist/index.min.js patch --files package.json: package-lock.json: copyright.txt dist/index.min.js",
"release": "npm run build && node dist/index.min.js patch --files package.json: package-lock.json: copyright.txt dist/index.min.js --commit bump",
"start": "npm run build:dev && node dist/index.js"
},
"repository": {
Expand Down

0 comments on commit d249bf6

Please sign in to comment.