mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-02 12:00:10 +08:00
Removed postinstall script
This commit is contained in:
parent
1d00f3b6ec
commit
74685cb52b
2 changed files with 3 additions and 2667 deletions
2669
functions/package-lock.json
generated
2669
functions/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue