Skip to content

Commit 3ec8051

Browse files
Add npm prepare command
1 parent 2bb4f99 commit 3ec8051

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
@@ -21,7 +21,8 @@
2121
"build": "rollup -c",
2222
"dev": "rollup -c -w",
2323
"test": "karma start --single-run",
24-
"tdd": "karma start"
24+
"tdd": "karma start",
25+
"prepare": "npm run build"
2526
},
2627
"browser": "built/floatl.umd.js",
2728
"dependencies": {},

0 commit comments

Comments
 (0)