Skip to content

Commit

Permalink
css version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zxan1285 committed Sep 17, 2019
1 parent 0ae42f0 commit a348a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"start": "npm run build-dev && wt serve dist/custom-social-connections.js --port 3000",
"webpack": "webpack --config webpack.ui.config.js && webpack --config webpack.wt.config.js",
"clean": "npm install clean-css-cli -g && rm -rf dist && mkdir -p dist/public && cleancss -o dist/public/custom-social-connections-1.2.0.min.css src/public/css/styles.css",
"clean": "npm install clean-css-cli -g && rm -rf dist && mkdir -p dist/public && cleancss -o dist/public/custom-social-connections-1.2.2.min.css src/public/css/styles.css",
"build": "NODE_ENV=production npm run clean && NODE_ENV=production npm run webpack",
"build-dev": "npm run clean && npm run webpack"
},
Expand Down

0 comments on commit a348a27

Please sign in to comment.