0
Fork 0
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:
Fabien O'Carroll 2019-04-23 16:51:30 +02:00
parent 5d02d1999c
commit 59c57a9216

View file

@ -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",