mirror of
https://github.com/jakejarvis/npm-module-template.git
synced 2025-04-26 04:05:23 -04:00
add yarn watch
script
This commit is contained in:
parent
9c77374a70
commit
8d3f097e9c
@ -29,6 +29,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"build": "rollup -c",
|
||||
"watch": "rollup -c -w",
|
||||
"lint": "eslint .",
|
||||
"test": "echo \"Tests are important. ;)\"",
|
||||
"prepublishOnly": "yarn build"
|
||||
|
Loading…
x
Reference in New Issue
Block a user