1
mirror of https://github.com/jakejarvis/npm-module-template.git synced 2025-09-18 15:25:31 -04:00

add yarn watch script

This commit is contained in:
2021-09-29 10:42:18 -04:00
parent 9c77374a70
commit 8d3f097e9c

View File

@@ -29,6 +29,7 @@
}, },
"scripts": { "scripts": {
"build": "rollup -c", "build": "rollup -c",
"watch": "rollup -c -w",
"lint": "eslint .", "lint": "eslint .",
"test": "echo \"Tests are important. ;)\"", "test": "echo \"Tests are important. ;)\"",
"prepublishOnly": "yarn build" "prepublishOnly": "yarn build"