Skip to content

Commit

Permalink
Note that we need to compile after package.json changes too
Browse files Browse the repository at this point in the history
  • Loading branch information
lerebear committed Oct 28, 2023
1 parent d1751e9 commit 40578cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ This section contains notes for how to develop this library.

### Building the distributed code for this Action

As is common for Actions, this repository contains the distributed code for this Action in the [`dist`](./dist/) directory. As a result, any change to a file in [`src`](./src/) must also be accompanied by manual compilation. This should be done with the following command:
As is common for Actions, this repository contains the distributed code for this Action in the [`dist`](./dist/) directory. As a result, any change to a file in [`src`](./src/) or to [`package.json`](./package.json) must also be accompanied by manual compilation. This should be done with the following command:

```sh
npm run all
Expand Down

0 comments on commit 40578cb

Please sign in to comment.