Skip to content

Commit 4fb63a2

Browse files
authored
Merge pull request #56 from wayofdev/feat/auto-merge
2 parents a616ae1 + bd39581 commit 4fb63a2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ jobs:
3535
with:
3636
fetch-depth: 0
3737

38-
- name: 🤖 Generate dist files
39-
run: make generate
40-
4138
- name: 🌎 Set environment variables
4239
env:
4340
IMAGE_NAMESPACE: wayofdev/node
@@ -50,6 +47,9 @@ jobs:
5047
echo "VERSION=${RELEASE_VERSION:1}"; \
5148
} >> "$GITHUB_ENV"
5249
50+
- name: 🤖 Generate dist files
51+
run: make generate
52+
5353
- name: 🐳 Define docker meta
5454
id: meta
5555
uses: docker/metadata-action@v4

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ help: ## Show this menu
5959
# Default action
6060
# Defines default command when `make` is executed without additional parameters
6161
# ------------------------------------------------------------------------------------
62-
all: hooks build
62+
all: hooks generate build test
6363
.PHONY: all
6464

6565

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"url": "https://github.com/wayofdev/docker-node.git"
55
},
66
"dependencies": {
7-
"pnpm": "7.30.5"
7+
"pnpm": "8.0.0"
88
}
99
}

src/Dockerfiles/all/goss.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ command:
1111
exit-status: 0
1212
"pnpm --version":
1313
stdout:
14-
- "7."
14+
- "8."
1515
exit-status: 0
1616
"turbo --version":
1717
stdout:

0 commit comments

Comments
 (0)