Skip to content

Commit 4c1c110

Browse files
authored
Merge pull request #67 from solid/add-watch-script
Added watch-script
2 parents 278b007 + 1e17bd7 commit 4c1c110

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"postversion": "git push origin master --follow-tags",
1414
"prepublishOnly": "npm run build",
1515
"standard": "standard src",
16-
"test": "npm run standard"
16+
"test": "npm run standard",
17+
"watch": "babel --no-babelrc src --out-dir lib --watch"
1718
},
1819
"repository": {
1920
"type": "git",

0 commit comments

Comments
 (0)