Skip to content

Commit

Permalink
Merge branch 'main' of github.com:guocaoyi/create-chrome-ext into fea…
Browse files Browse the repository at this point in the history
…t/side-panel
  • Loading branch information
guocaoyi committed Oct 6, 2023
2 parents 75db626 + aa53b8f commit 9ba7126
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions mustache/.gitignore.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

# production
/build
/package

# misc
.DS_Store
Expand Down
2 changes: 1 addition & 1 deletion mustache/README.md.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $ npm run dev
After the development of your extension run the command

```shell
$ npm build
$ npm run build
```

Now, the content of `build` folder will be the extension ready to be submitted to the Chrome Web Store. Just take a look at the [official guide](https://developer.chrome.com/webstore/publish) to more infos about publishing.
Expand Down

0 comments on commit 9ba7126

Please sign in to comment.