Skip to content

Commit

Permalink
build package on prepublish
Browse files Browse the repository at this point in the history
  • Loading branch information
lilioid committed Dec 2, 2022
1 parent 7ffb265 commit 2ec28ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"lint:eslint": "eslint src/",
"lint:prettier": "prettier --check src/",
"format": "prettier --write src/",
"prepublishOnly": "run-s build",
"build": "run-s clean build:compile_ts build:bundle_plugin_entry build:bundle_patch_script build:bundle_patch_bin:gnu_linux build:bundle_patch_bin:alpine",
"build:compile_ts": "tsc --build",
"build:bundle_plugin_entry": "esbuild --bundle --platform=node --external:lodash --outfile=dist/index.cjs src/index.ts",
Expand Down

0 comments on commit 2ec28ba

Please sign in to comment.