Skip to content

Commit

Permalink
Remove --no-bundle-external from style-spec build
Browse files Browse the repository at this point in the history
  • Loading branch information
jfirebaugh committed Nov 21, 2017
1 parent 1fb68f3 commit e190f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style-spec/package.json
Expand Up @@ -12,7 +12,7 @@
"main": "./dist/index.js",
"scripts": {
"copy-flow-typed": "cp -R ../../flow-typed .",
"build": "../../node_modules/.bin/browserify style-spec.js --no-builtins --no-bundle-external --insert-global-vars=\"__filename,__dirname\" --standalone=mapboxGlStyleSpecification | ../../node_modules/.bin/derequire > dist/index.js",
"build": "../../node_modules/.bin/browserify style-spec.js --no-builtins --insert-global-vars=\"__filename,__dirname\" --standalone=mapboxGlStyleSpecification | ../../node_modules/.bin/derequire > dist/index.js",
"prepublish": "in-publish && yarn copy-flow-typed && yarn build || not-in-publish",
"postpublish": "in-publish && rm -r flow-typed dist/index.js || not-in-publish"
},
Expand Down

0 comments on commit e190f4c

Please sign in to comment.