Skip to content

Commit

Permalink
build: add build watch
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Jun 1, 2020
1 parent 9c2396a commit 099ba82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"version": "conventional-changelog -i changelog.md -s -r 0 && git add changelog.md && git commit -m \"build: update changelog\"",
"prepare": "npm run build",
"build": "rimraf lib && rollup -c",
"build:w": "rimraf lib && rollup -c -w",
"docs": "npm run build --prefix src/docs",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"test": "npm run build && nyc ava",
Expand Down

0 comments on commit 099ba82

Please sign in to comment.