1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-06 09:00:06 +00:00

fix: remove .githooks now we have sasjs lint

This commit is contained in:
2021-04-03 21:54:50 +02:00
parent 7dec3120be
commit cb8992dade
3 changed files with 12 additions and 57 deletions

View File

@@ -28,8 +28,7 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs": "sasjs doc && ./sasjs/utils/build.sh",
"postinstall": "node-git-hooks"
"docs": "sasjs doc && ./sasjs/utils/build.sh"
},
"devDependencies": {
"@sasjs/cli": "^2.14.2",