ci: fixed removed postinstall

This commit is contained in:
Junseo Park 2021-02-28 12:09:54 +09:00
parent 899f948fa6
commit 3d5192da2c

View File

@ -10,8 +10,7 @@
"prettier": "prettier --write **/*",
"lint:fix": "eslint --ext ts,tsx . --fix",
"test": "jest",
"docker": "docker-compose up -d --build",
"postinstall": "husky install"
"docker": "docker-compose up -d --build"
},
"dependencies": {
"@fortawesome/fontawesome-free": "5.15.2",