File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 34
34
"build-docs-openlayers" : " jsdoc -c ./build/jsdocs/openlayers/docs.json -R ./build/jsdocs/openlayers/index.md" ,
35
35
"build-docs-mapboxgl" : " jsdoc -c ./build/jsdocs/mapboxgl/docs.json -R ./build/jsdocs/mapboxgl/index.md" ,
36
36
"build-docs-classic" : " jsdoc -c ./build/jsdocs/classic/docs.json -R ./build/jsdocs/classic/index.md" ,
37
- "prepublish " : " node ./build/publish.js --leaflet && node ./build/publish.js --openlayers && node ./build/publish.js --mapboxgl && node ./build/publish.js --classic" ,
38
- "publish" : " npm run prepublish && cd ./src/common && npm publish && cd ../leaflet && npm publish && cd ../openlayers && npm publish && cd ../mapboxgl && npm publish && cd ../classic && npm publish"
37
+ "pre-publish " : " node ./build/publish.js --leaflet && node ./build/publish.js --openlayers && node ./build/publish.js --mapboxgl && node ./build/publish.js --classic" ,
38
+ "publish" : " npm run pre-publish && cd ./src/common && npm publish && cd ../leaflet && npm publish && cd ../openlayers && npm publish && cd ../mapboxgl && npm publish && cd ../classic && npm publish"
39
39
},
40
40
"keywords" : [
41
41
" SuperMap" ,
You can’t perform that action at this time.
0 commit comments