Skip to content

Commit 5d7688f

Browse files
committed
feat : edit scirpt
1 parent 7fe5d0a commit 5d7688f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "floating layer component",
55
"main": "index.js",
66
"scripts": {
7-
"test": "npm run bundle && karma start",
7+
"test": "npm run bundle && karma start karma.conf.private.js",
88
"bundle": "cp src/floatingLayer.css ./floatinglayer.css && browserify index.js -o floatinglayer.js -t babelify && uglifyjs floatinglayer.js -c -m -o floatinglayer.min.js",
99
"doc": "./node_modules/.bin/jsdoc -c jsdoc-conf.json -t node_modules/fedoc-template"
1010
},

0 commit comments

Comments
 (0)