Skip to content

Commit

Permalink
feat(build): check vsce package
Browse files Browse the repository at this point in the history
  • Loading branch information
juanrgm committed Nov 7, 2020
1 parent 9306e8a commit 25072c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.history
lib
node_modules
node_modules
*.vsix
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"dev": "tsc -p ./src/tsconfig.json -w",
"lint": "eslint . --ext .ts,.js,.json",
"lint:fix": "eslint . --ext .ts,.js,.json --fix",
"prepare": "npm run build && npm run lint"
"prepare": "npm run build && npm run lint && vsce package"
},
"devDependencies": {
"@types/node": "^14.14.6",
Expand Down

0 comments on commit 25072c9

Please sign in to comment.