mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
closes #10890 - use platform agnostic `exit 0` to allow `yarn setup` to work on windows - requires powershell to be run as admin
This commit is contained in:
parent
275bf41ba3
commit
71c17539d8
@ -26,7 +26,7 @@
|
||||
"test": "grunt validate",
|
||||
"ci": "grunt validate --verbose",
|
||||
"ci:regression": "grunt test-regression --verbose",
|
||||
"setup": "yarn install && knex-migrator init && grunt symlink && grunt init || true",
|
||||
"setup": "yarn install && knex-migrator init && grunt symlink && grunt init || (exit 0)",
|
||||
"lint:server": "eslint --ignore-path .eslintignore 'core/server/**/*.js' 'core/*.js' '*.js'",
|
||||
"lint:shared": "eslint --ignore-path .eslintignore 'core/shared/**/*.js'",
|
||||
"lint:frontend": "eslint --ignore-path .eslintignore 'core/frontend/**/*.js'",
|
||||
|
Loading…
Reference in New Issue
Block a user