mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Copied members-theme-bindings to public post install
no-issue
This commit is contained in:
parent
5d02d1999c
commit
59c57a9216
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@
|
||||||
"lint:test": "eslint -c core/test/.eslintrc.json --ignore-path core/test/.eslintignore 'core/test/**/*.js'",
|
"lint:test": "eslint -c core/test/.eslintrc.json --ignore-path core/test/.eslintignore 'core/test/**/*.js'",
|
||||||
"lint": "yarn lint:server && yarn lint:test",
|
"lint": "yarn lint:server && yarn lint:test",
|
||||||
"posttest": "yarn lint",
|
"posttest": "yarn lint",
|
||||||
"fixmodulenotdefined": "yarn cache clean && cd core/client && rm -rf node_modules tmp dist && yarn && cd ../../"
|
"fixmodulenotdefined": "yarn cache clean && cd core/client && rm -rf node_modules tmp dist && yarn && cd ../../",
|
||||||
|
"postinstall": "cp node_modules/@tryghost/members-theme-bindings/build/members-theme-bindings.js core/server/public/"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^6.9.0 || ^8.9.0 || ^10.13.0",
|
"node": "^6.9.0 || ^8.9.0 || ^10.13.0",
|
||||||
|
|
Loading…
Add table
Reference in a new issue