File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 44 "url" : " https://github.com/wayofdev/docker-node.git"
55 },
66 "dependencies" : {
7- "pnpm" : " 7.30.5 "
7+ "pnpm" : " 8.0.0 "
88 }
99}
Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments