Merge pull request #45 from FrogTheFrog/patch-19

Extend CI for PRs
This commit is contained in:
TrainDoctor
2022-10-29 15:16:22 -07:00
committed by GitHub
2 changed files with 4 additions and 1 deletions

View File

@@ -10,7 +10,6 @@
"build": "shx rm -rf dist && tsc -b",
"dev": "tsc -b -w",
"docs": "typedoc --tsconfig ./tsconfig.json src/**/*",
"prepack": "npm run build",
"test": "echo 'No tests for now!'",
"prepare": "husky install",
"commit": "git-cz"