Skip to content
This repository was archived by the owner on Nov 19, 2018. It is now read-only.

Commit 7938a5e

Browse files
committed
fix(package.json): forgot to re-add npm publish script
#46
1 parent 1d21a39 commit 7938a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"build": "rm -rf lib && mkdir -p lib && cp -pR src/components lib && cp -pR src/wrappers lib && babel lib --out-dir lib && find lib -type f -name '*.jsx' -delete",
7070
"lint": "eslint src/. --ext .js,.jsx --cache",
7171
"manual-test": "webpack --config config/webpack.manual-test.config.js --watch --display-error-details",
72-
"push-to-npm": "cp package.json README.md LICENSE lib",
72+
"push-to-npm": "cp package.json README.md LICENSE lib && (cd lib ; npm publish)",
7373
"release": "npm run test && npm run build && npm run push-to-npm",
7474
"start": "PUBLIC_DIR=$(pwd)/src/test/manual/ NODE_MODULES_DIR=$(pwd)/node_modules/ UPLOADED_FILES_DIR=$(pwd)/uploads/ node node_modules/fine-uploader-traditional-server/nodejs",
7575
"test": "npm run lint && if [ $CI ]; then karma start config/karma.conf; else karma start config/karma.dev.conf; fi"

0 commit comments

Comments
 (0)