mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
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:
parent
7e6800b2b8
commit
8c2687c24e
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user