mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05: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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue