Skip to content

Commit

Permalink
this
Browse files Browse the repository at this point in the history
  • Loading branch information
sushantdhiman committed Jun 3, 2018
1 parent ac502ad commit 2614b9d
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 @@ -39,7 +39,7 @@
},
"scripts": {
"build": "npm run build-clean && babel src -d lib && npm run build-bin && npm run build-assets",
"build-bin": "cp ./lib/sequelize.js ./lib/sequelize && chmod +x ./lib/sequelize",
"build-bin": "cp ./lib/sequelize.js ./lib/sequelize && chmod +x ./lib/sequelize && chmod +x ./lib/sequelize.js",
"build-assets": "cp -R ./src/assets ./lib/",
"build-clean": "rm -rf ./lib/",
"lint": "eslint test src --quiet",
Expand Down

0 comments on commit 2614b9d

Please sign in to comment.