You've already forked npm-module-template
mirror of
https://github.com/jakejarvis/npm-module-template.git
synced 2025-09-18 14:15:31 -04:00
add yarn watch
script
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"build": "rollup -c",
|
||||
"watch": "rollup -c -w",
|
||||
"lint": "eslint .",
|
||||
"test": "echo \"Tests are important. ;)\"",
|
||||
"prepublishOnly": "yarn build"
|
||||
|
Reference in New Issue
Block a user