Skip to content

Commit

Permalink
build: take pkg out into its own pnpm command
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnz committed Oct 29, 2021
1 parent 58b5ea8 commit eb9cba5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"prestart": "npx only-allow pnpm",
"start": "nodemon src/index.ts",
"clean": "rm -rf dist pkg",
"build": "pnpm clean && tsc && pkg .",
"build": "pnpm clean && tsc",
"pkg": "pkg .",
"semantic-release": "semantic-release"
},
"keywords": [],
Expand Down

0 comments on commit eb9cba5

Please sign in to comment.