Skip to content

Commit

Permalink
Updated build process.
Browse files Browse the repository at this point in the history
  • Loading branch information
dshienok-sc committed Feb 28, 2018
1 parent 91f2fa5 commit 9052e62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"start": "cross-env NODE_ENV=development showroom-scan src && babel-node --presets es2015,stage-0 www/index",
"npm-build": "rimraf lib && cross-env NODE_ENV=production webpack --config ./config/webpack.config.js --hide-modules",
"npm-publish": "npm run npm-build && npm publish",
"grails-plugin-build": "rimraf build && npm run npm-build",
"grails-plugin-package": "npm run grails-plugin-build && grails-plugin-package",
"grails-plugin-install": "npm run grails-plugin-package && grails-plugin-install",
"grails-plugin-deploy": "npm run grails-plugin-package -- --release && grails-plugin-deploy --release",
"publish-release": "npm run grails-plugin-deploy && npm run npm-publish"
},
Expand Down

0 comments on commit 9052e62

Please sign in to comment.