Skip to content

Commit 801f4a5

Browse files
committed
add back build commands
1 parent 687137e commit 801f4a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"description": "A <VirtualList> component for Svelte apps",
55
"svelte": "VirtualList.html",
66
"scripts": {
7+
"build": "rollup -c",
8+
"dev": "rollup -cw",
79
"prepublishOnly": "npm test",
810
"test": "node test/runner.js",
911
"test:browser": "npm run build && serve test/public",

0 commit comments

Comments
 (0)