Skip to content

Commit

Permalink
feat: 🎸 add package command to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
shufo committed Oct 18, 2020
1 parent 87bc6c0 commit bb961eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@
"fix": "eslint . --fix",
"pretest": "yarn run lint",
"test": "node ./test/runTest.js",
"changelog": "conventional-changelog -i CHANGELOG.md -p eslint -s -r 0"
"changelog": "conventional-changelog -i CHANGELOG.md -p eslint -s -r 0",
"package": "vsce package"
},
"devDependencies": {
"@types/glob": "^7.1.1",
Expand Down

0 comments on commit bb961eb

Please sign in to comment.