adding development scripts
parent
16a003ed7c
commit
2b82bcf4b1
|
|
@ -12,7 +12,6 @@
|
||||||
"lint": "prettier --check \"src/**/*.{js,ts}\" && eslint src/**/*.ts",
|
"lint": "prettier --check \"src/**/*.{js,ts}\" && eslint src/**/*.ts",
|
||||||
"format": "prettier --write \"src/**/*.{js,ts}\"",
|
"format": "prettier --write \"src/**/*.{js,ts}\"",
|
||||||
"prepare": "husky install",
|
"prepare": "husky install",
|
||||||
"git-add": "git add . && git commit -m $1 && git push",
|
|
||||||
"cli": "yarn ts-node src/index.ts -m cli",
|
"cli": "yarn ts-node src/index.ts -m cli",
|
||||||
"test-cli": "yarn ts-node src/index.ts -m cli --projectPath test-project",
|
"test-cli": "yarn ts-node src/index.ts -m cli --projectPath test-project",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue