mirror of
https://github.com/picocss/pico.git
synced 2025-04-20 08:45:06 -04:00
refactor: rename watch script to dev
This commit is contained in:
parent
f8b77beffc
commit
e11f160c13
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
"scripts": {
|
||||
"✨": "run-s build",
|
||||
"build": "run-s start lint \"build:*\" done --silent",
|
||||
"watch": "nodemon -q --watch scss/ --ext scss --exec 'run-s build'",
|
||||
"dev": "nodemon -q --watch scss/ --ext scss --exec 'run-s build'",
|
||||
"lint": "run-s \"lint:*\" --silent",
|
||||
"lint:prettier": "prettier --write --loglevel silent 'scss/**/*.scss'",
|
||||
"lint:sort-scss": "postcss --config scss ./scss/**/*.scss --replace",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue