Skip to content

Commit

Permalink
ensure we compile with pnpify for the compilation to work properly
Browse files Browse the repository at this point in the history
  • Loading branch information
smac89 committed Jul 3, 2020
1 parent 1bdf383 commit 56cb9ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<h2 style="color: green;">DO</h2>

- ### Checkout a release branch corresponding to the version you want to contribute to
- ### Make your changes and create a pull request
- ### Your request will be merged once it is reviewed
- ### Make your changes and create a pull request for that branch
- ### Your request will be merged to master once it is reviewed

## Thank you for reading
2 changes: 1 addition & 1 deletion lib/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"main": "lib/index.js",
"scripts": {
"watch": "ncc build src/action.ts --watch --minify --out lib",
"watch": "pnpify ncc build src/action.ts --watch --minify --out lib",
"test": "jest",
"vscode:pnp": "pnpify --sdk vscode"
},
Expand Down

0 comments on commit 56cb9ce

Please sign in to comment.