Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
benallfree committed Apr 23, 2024
1 parent 447a68f commit 4a82ca5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"scripts": {
"plop": "tsx ./plop/run.ts --dest=.",
"watch": "tsx -w src/cli.ts ",
"build": "tsup-node",
"dev": "npm run plop build gobot && node ./dist/cli.js",
"test": "npm run plop test",
"docs": "typedoc && prettier -w docs",
Expand Down
2 changes: 1 addition & 1 deletion plop/commands/buildCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const buildCommand = (plop: NodePlopAPI) => {
clean: [rimraf(`docs`)],
},
gobot: {
gen: [exec(`tsup-node`)],
gen: [exec(`npm run build`)],
clean: [rimraf(`dist/**`)],
},
[`gobot:readme`]: {
Expand Down

0 comments on commit 4a82ca5

Please sign in to comment.