mirror of
https://github.com/yldio/copilot.git
synced 2024-11-10 21:30:06 +02:00
fix(cp-frontend): use postinstall
hook to patch react-scripts
instead of `install`
This commit is contained in:
parent
11bb161bb2
commit
d2ac10ae28
@ -12,7 +12,7 @@
|
|||||||
"lint:js": "eslint . --fix --format=tap",
|
"lint:js": "eslint . --fix --format=tap",
|
||||||
"lint": "run-s lint:*",
|
"lint": "run-s lint:*",
|
||||||
"test": "exit 0 # react-scripts test --env=jsdom",
|
"test": "exit 0 # react-scripts test --env=jsdom",
|
||||||
"install": "node scripts/postinstall"
|
"postinstall": "node scripts/postinstall"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"apollo": "^0.2.2",
|
"apollo": "^0.2.2",
|
||||||
|
Loading…
Reference in New Issue
Block a user