Skip to content

Commit

Permalink
Merge pull request #17 from stylelint/release-script
Browse files Browse the repository at this point in the history
Add release npm script
  • Loading branch information
jeddy3 authored and ntwb committed May 31, 2020
1 parent 4b92667 commit 670d4da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/stylelint-config-wordpress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,14 @@
"babel-tape-runner": "^2.0.0",
"eslint": "^1.10.3",
"eslint-config-stylelint": "^0.1.0",
"github-release-from-changelog": "^1.1.1",
"npmpub": "^2.0.0",
"stylelint": "^3.0.2",
"tape": "^4.2.2"
},
"scripts": {
"lint": "eslint . --ignore-path .gitignore",
"release": "npmpublish && github-release-from-changelog",
"tape": "babel-tape-runner \"__tests__/**/*.js\"",
"test": "npm run lint && npm run tape"
},
Expand Down

0 comments on commit 670d4da

Please sign in to comment.