Skip to content

Commit

Permalink
Merge pull request #1565 from cozy/fix/actionMenu
Browse files Browse the repository at this point in the history
Add yarn watch
  • Loading branch information
JF-Cozy authored Sep 22, 2020
2 parents d3d2327 + 20c10c9 commit 978c59a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
"watch:css": "yarn build:css --watch",
"prewatch:doc:react": "yarn sprite",
"watch:doc:react": "env BUILD_ENV=watch-styleguidist styleguidist server --config docs/styleguide.config.js",
"watch:doc:kss": "nodemon --ext styl,md --watch stylus --exec 'yarn build:doc:kss && http-server build/styleguide -p 4242'"
"watch:doc:kss": "nodemon --ext styl,md --watch stylus --exec 'yarn build:doc:kss && http-server build/styleguide -p 4242'",
"watch": "yarn transpile:react --watch"
},
"sideEffects": [
"*.css",
Expand Down

0 comments on commit 978c59a

Please sign in to comment.