Skip to content

Commit

Permalink
Removing dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
leifdejong committed Oct 30, 2018
1 parent 2315a26 commit 97838a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/sobol-client.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build": "cross-env NODE_ENV=production webpack -p --progress --mode production --config webpack.config.js",
"watch": "cross-env NODE_ENV=development nodemon --watch src --watch tests --exec npm run build",
"lint": "eslint ./src/ ./tests/",
"release": "release-it --github.release --dry-run"
"release": "release-it --github.release"
},
"dependencies": {
"axios": "^0.18.0",
Expand Down

0 comments on commit 97838a4

Please sign in to comment.