adding development scripts

pull/310/head
Frostebite 2021-12-30 02:37:53 +00:00
parent 16a003ed7c
commit 2b82bcf4b1
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@
"lint": "prettier --check \"src/**/*.{js,ts}\" && eslint src/**/*.ts",
"format": "prettier --write \"src/**/*.{js,ts}\"",
"prepare": "husky install",
"git-add": "git add . && git commit -m $1 && git push",
"cli": "yarn ts-node src/index.ts -m cli",
"test-cli": "yarn ts-node src/index.ts -m cli --projectPath test-project",
"test": "jest",