Skip to content

Commit

Permalink
fix: include template for project generation tooling (#1008)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwinch authored Jan 4, 2022
1 parent 015bfaf commit f2cac65
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 @@ -20,6 +20,7 @@
"test:custom-lint-rule": "eslint tools/eslint/rules/valid-constructors.test.ts",
"test:dev": "jest --detectOpenHandles --runInBand --watch",
"prepare": "tsc",
"prepack": "cp -r src/bin/commands/template lib/bin/commands/template",
"release": "semantic-release",
"release:docs": "rm -rf target && typedoc && gh-pages -d target -u \"github-actions-bot <[email protected]>\"",
"serve:docs": "rm -rf target && typedoc && serve target",
Expand Down

0 comments on commit f2cac65

Please sign in to comment.