aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-23 08:25:24 -0500
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-23 08:25:24 -0500
commit7a28603912fc705f6ff3ea9e0fa4d22d96ca99a4 (patch)
tree16b255f0e57af69aa5c55c9c1201b44d0c62e60c /.github
parentbuild: add pnpm version to package.json#engines (diff)
downloadferdium-recipes-7a28603912fc705f6ff3ea9e0fa4d22d96ca99a4.tar.gz
ferdium-recipes-7a28603912fc705f6ff3ea9e0fa4d22d96ca99a4.tar.zst
ferdium-recipes-7a28603912fc705f6ff3ea9e0fa4d22d96ca99a4.zip
Use 'pnpm' instead of 'pnpm run'
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE/add_recipe.md2
-rw-r--r--.github/workflows/builds.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE/add_recipe.md b/.github/PULL_REQUEST_TEMPLATE/add_recipe.md
index 0e35310..2ed07f6 100644
--- a/.github/PULL_REQUEST_TEMPLATE/add_recipe.md
+++ b/.github/PULL_REQUEST_TEMPLATE/add_recipe.md
@@ -22,7 +22,7 @@ Service ID: [What ID does your recipe use?]
22<!-- Please also accept the following checkboxes --> 22<!-- Please also accept the following checkboxes -->
23 23
24- [ ] I am the original creator of this package 24- [ ] I am the original creator of this package
25- [ ] I have run the `pnpm run package` and verified that there are no validation errors reported for this package 25- [ ] I have run the `pnpm package` and verified that there are no validation errors reported for this package
26- [ ] My recipe has been tested to work inside Ferdium 26- [ ] My recipe has been tested to work inside Ferdium
27 27
28<!-- Here you can write anything else you want to tell us. --> 28<!-- Here you can write anything else you want to tell us. -->
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml
index 726fa85..299ed1b 100644
--- a/.github/workflows/builds.yml
+++ b/.github/workflows/builds.yml
@@ -37,4 +37,4 @@ jobs:
37 with: 37 with:
38 version: 6.32.8 38 version: 6.32.8
39 - name: Install node dependencies recursively 39 - name: Install node dependencies recursively
40 run: pnpm i && pnpm run package 40 run: pnpm i && pnpm package