Skip to content

Commit

Permalink
chore: Add a dry-release npm task (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntwb committed May 31, 2020
1 parent 71679c4 commit 4fe31eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/stylelint-config-wordpress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"stylelint": "^7.10.1"
},
"scripts": {
"dry-release": "npmpub --dry --verbose",
"lint:js": "eslint . --ignore-path .gitignore",
"lint:md": "remark . --quiet --frail",
"lint": "npm-run-all --parallel lint:*",
Expand Down

0 comments on commit 4fe31eb

Please sign in to comment.