mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
Remove Grunt from yarn setup
in Ghost core
no issue
This commit is contained in:
parent
17cfdcd3a9
commit
68955aa704
@ -21,7 +21,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node index",
|
"start": "node index",
|
||||||
"setup": "knex-migrator init && grunt symlink || (exit 0)",
|
"setup": "knex-migrator init",
|
||||||
"build": "npm pack --pack-destination ../..",
|
"build": "npm pack --pack-destination ../..",
|
||||||
"test": "yarn test:unit",
|
"test": "yarn test:unit",
|
||||||
"test:single": "mocha --require=./test/utils/overrides.js --exit --trace-warnings --recursive --extension=test.js --timeout=60000",
|
"test:single": "mocha --require=./test/utils/overrides.js --exit --trace-warnings --recursive --extension=test.js --timeout=60000",
|
||||||
|
Loading…
Reference in New Issue
Block a user