Skip to content

Commit

Permalink
Add pnpm to building-and-testing.md (#152)
Browse files Browse the repository at this point in the history
Co-authored-by: Afonso Jorge Ramos <[email protected]>
  • Loading branch information
Afterlifepro and afonsojramos authored Oct 2, 2024
1 parent 220a2ea commit 55fc109
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/development/spicetify-creator/building-and-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ Open a terminal in the project's directory and run this:
yarn run build
```
</TabItem>
<TabItem value="pnpm" label="pnpm">
```shell
pnpm build
```
</TabItem>
</Tabs>

Then make sure you've added your app to Spicetify's config by running this:
Expand Down Expand Up @@ -63,6 +68,11 @@ Go into your project's directory and enter the following command:
yarn run watch
```
</TabItem>
<TabItem value="pnpm" label="pnpm" default>
```shell
pnpm watch
```
</TabItem>
</Tabs>

Then, run Spotify in watch mode:
Expand Down Expand Up @@ -95,6 +105,11 @@ If you want to upload the build files with your repository or just see them, you
yarn run build-local
```
</TabItem>
<TabItem value="pnpm" label="pnpm" default>
```shell
pnpm build-local
```
</TabItem>
</Tabs>

And the compiled files will be created in a local `dist` folder.

0 comments on commit 55fc109

Please sign in to comment.