Skip to content

Commit

Permalink
Revert "Add postversion script"
Browse files Browse the repository at this point in the history
This reverts commit f27bba7.
  • Loading branch information
kevinweber committed Jul 2, 2018
1 parent 6efe21b commit 0df1281
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui.apps/src/main/webpack.core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"build:watch": "npm run build -- --watch",
"production": "cross-env NODE_ENV=production \"${npm_node_execpath}\" \"${npm_execpath}\" run build -- -p",
"postinstall": "cross-env \"${npm_node_execpath}\" \"${npm_execpath}\" rebuild node-sass",
"postversion": "git push && git push --tags",
"start": "FORCE_COLOR=1 CI=true concurrently --prefix \"[ {name} ]\" --names \"AEM Front, Webpack \" --prefix-colors \"white.bgCyan.bold,white.bgGreen.bold\" \"npm run aem:watch\" \"npm run build:watch\" --kill-others",
"test": "cross-env NODE_ENV=test jest --config internals/jest.config.js",
"test:debug": "BABEL_DISABLE_CACHE=1 npm run test -- --no-cache",
Expand Down

0 comments on commit 0df1281

Please sign in to comment.