Skip to content

Commit

Permalink
chore(cli): simplify the cli build npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Nikles committed Oct 3, 2021
1 parent 958edd2 commit 92d01bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"ws": "./bin"
},
"scripts": {
"build": "pnpm format && pnpm lint && pnpm clean && pnpm compile && pnpm copy-templates",
"build": "pnpm clean && pnpm compile && pnpm copy-templates",
"clean": "rm -rf ./dist",
"compile": "tsc -p .",
"copy-templates": "if [ -e ./src/templates ]; then cp -a ./src/templates ./dist/; fi",
Expand Down

0 comments on commit 92d01bd

Please sign in to comment.