Skip to content

Commit 14648dc

Browse files
author
caoxinke@supermap.com
committed
fix CI
1 parent 51a6e0d commit 14648dc

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
@@ -27,7 +27,7 @@
2727
"package": "node ./build/pack.js",
2828
"package-debug": "node ./build/pack.js - debug",
2929
"test": "npm install ./src/common && karma start ./test/karma.conf.js",
30-
"citest": "karma start ./test/karma.conf.js --single-run",
30+
"citest": "npm install ./src/common && karma start ./test/karma.conf.js --single-run",
3131
"exampletest": "nightwatch --config ./examples-test/nightwatch.json",
3232
"build-docs": "npm run build-docs-leaflet&&npm run build-docs-openlayers&&npm run build-docs-mapboxgl&&npm run build-docs-classic",
3333
"build-docs-leaflet": "jsdoc -c ./build/jsdocs/leaflet/docs.json -R ./build/jsdocs/leaflet/index.md",

0 commit comments

Comments
 (0)