Skip to content
This repository was archived by the owner on Feb 25, 2021. It is now read-only.

Commit 705a68a

Browse files
committed
Add release npm script
1 parent 6805609 commit 705a68a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,14 @@
2929
"babel-tape-runner": "^2.0.0",
3030
"eslint": "^1.10.3",
3131
"eslint-config-stylelint": "^0.1.0",
32+
"github-release-from-changelog": "^1.1.1",
33+
"npmpub": "^2.0.0",
3234
"stylelint": "^3.0.2",
3335
"tape": "^4.2.2"
3436
},
3537
"scripts": {
3638
"lint": "eslint . --ignore-path .gitignore",
39+
"release": "npmpublish && github-release-from-changelog",
3740
"tape": "babel-tape-runner \"__tests__/**/*.js\"",
3841
"test": "npm run lint && npm run tape"
3942
},

0 commit comments

Comments
 (0)