From faa805de1e021f13b20be64bfb1c6ad0991da489 Mon Sep 17 00:00:00 2001 From: VeraZab Date: Sat, 30 Dec 2017 14:55:10 -0500 Subject: [PATCH] Remove translation key generation step in prepublishOnly for now --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 9e460c567..953daae47 100644 --- a/package.json +++ b/package.json @@ -24,8 +24,7 @@ "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", "make:dist:css": "mkdirp dist && node-sass --output-style compressed src/styles/main.scss > dist/react-plotly.js-editor.css", - "prepublishOnly": - "npm run make:lib && npm run make:combined-translation-keys", + "prepublishOnly": "npm run make:lib", "lint": "prettier --write \"src/**/*.js\"", "test:lint": "eslint \"src/**/*.js\" && echo -e '\\033[0;32m'PASS'\\033[0m'",