Fixed yarn dev

refs: 7e6800b2b8

- I kept flip-flopping on making grunt dev into grunt and removing it so we have to remember to use `yarn dev` and fucked it up entirely
- Do the simple thing for now - and think about how we can make grunt dev better overall
This commit is contained in:
Hannah Wolfe 2021-07-06 08:22:25 +01:00
parent 7e6800b2b8
commit 8c2687c24e
No known key found for this signature in database
GPG Key ID: 9F8C7532D0A6BA55

View File

@ -21,8 +21,8 @@
"license": "MIT",
"scripts": {
"start": "node index",
"dev": "grunt",
"dev:debug": "DEBUG=ghost:* grunt",
"dev": "grunt dev",
"dev:debug": "DEBUG=ghost:* grunt dev",
"setup": "yarn install && knex-migrator init && grunt symlink && grunt init || (exit 0)",
"main": "grunt shell:main && grunt subgrunt:init",
"build": "grunt build",