File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 7474 "build" : " browserify -d js/mapbox-gl.js --standalone mapboxgl > dist/mapbox-gl-dev.js && npm run docs" ,
7575 "production" : " browserify js/mapbox-gl.js --debug --transform unassertify --plugin [minifyify --map mapbox-gl.js.map --output dist/mapbox-gl.js.map] --standalone mapboxgl > dist/mapbox-gl.js" ,
7676 "prepublish" : " npm run build && npm run production" ,
77- "docs" : " documentation --github -- format html --theme ./docs/_theme --output docs/api/" ,
77+ "docs" : " documentation --format html --theme ./docs/_theme --output docs/api/" ,
7878 "test" : " npm run lint && tap --reporter dot test/js/*/*.js # update ci.sh if test invocation changes" ,
7979 "test-suite" : " node test/render.test.js && node test/query.test.js # update ci.sh if test invocation changes"
8080 }
You can’t perform that action at this time.
0 commit comments