Removed postinstall script

This commit is contained in:
Dharmaraj 2021-06-12 23:02:48 +05:30
parent 1d00f3b6ec
commit 74685cb52b
2 changed files with 3 additions and 2667 deletions

File diff suppressed because it is too large Load diff

View file

@ -4,7 +4,6 @@
"license": "GPL-3.0",
"private": true,
"scripts": {
"postinstall": "cd functions && npm install",
"build": "npx gulp build",
"start:dev": "npm run build && concurrently --kill-others \"npx gulp watch\" \"nodemon ./backend/server.js\" \"firebase serve\"",
"deploy:live:hosting": "npm run build && firebase deploy -P monkey-type --only hosting",