Remove Grunt from yarn setup in Ghost core

no issue
This commit is contained in:
Sam Lord 2022-10-19 12:58:00 +01:00
parent 17cfdcd3a9
commit 68955aa704

View File

@ -21,7 +21,7 @@
"license": "MIT",
"scripts": {
"start": "node index",
"setup": "knex-migrator init && grunt symlink || (exit 0)",
"setup": "knex-migrator init",
"build": "npm pack --pack-destination ../..",
"test": "yarn test:unit",
"test:single": "mocha --require=./test/utils/overrides.js --exit --trace-warnings --recursive --extension=test.js --timeout=60000",