Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Use webpack correctly
Browse files Browse the repository at this point in the history
This ensures that we only packaged the required files
  • Loading branch information
jdkato committed Aug 14, 2020
1 parent cebaead commit 79cbed7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
See [Publishing Extensions](https://code.visualstudio.com/api/working-with-extensions/publishing-extension).

```console
$ npm run webpack
# Change version in package.json first!
$ vsce package
# This handles bumping the version:
$ vsce publish minor
$ vsce publish
```

Then cut a new GitHub release.
2 changes: 2 additions & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ vsc-extension-quickstart.md
**/tslint.json
**/*.map
**/*.ts
node_modules
webpack.config.js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"type": "git",
"url": "https://github.com/errata-ai/vale-vscode.git"
},
"version": "0.10.0",
"version": "0.10.1",
"engines": {
"vscode": "^1.36.0"
},
Expand Down

0 comments on commit 79cbed7

Please sign in to comment.