Skip to content

Commit 9824a02

Browse files
authored
Merge pull request #194 from plotly/adjust-prepublishOnly-script
Remove translation key generation step in prepublishOnly for now
2 parents d48110e + faa805d commit 9824a02

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
"mkdirp dist && browserify src/PlotlyEditor.js -o ./dist/PlotlyEditor.js -t [ babelify --presets [ es2015 react ] ] -t browserify-global-shim --standalone createPlotlyComponent && uglifyjs ./dist/PlotlyEditor.js --compress --mangle --output ./dist/PlotlyEditor.min.js --source-map filename=dist/PlotlyEditor.min.js.map && make:dist:css",
2525
"make:dist:css":
2626
"mkdirp dist && node-sass --output-style compressed src/styles/main.scss > dist/react-plotly.js-editor.css",
27-
"prepublishOnly":
28-
"npm run make:lib && npm run make:combined-translation-keys",
27+
"prepublishOnly": "npm run make:lib",
2928
"lint": "prettier --write \"src/**/*.js\"",
3029
"test:lint":
3130
"eslint \"src/**/*.js\" && echo -e '\\033[0;32m'PASS'\\033[0m'",

0 commit comments

Comments
 (0)