Skip to content

Commit 5877828

Browse files
committed
refactor: Updated buildchain to use the latest
1 parent 80e1a49 commit 5877828

26 files changed

+4239
-6160
lines changed

buildchain/.gitignore

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Logs
2+
logs
3+
*.log
4+
npm-debug.log*
5+
yarn-debug.log*
6+
yarn-error.log*
7+
pnpm-debug.log*
8+
lerna-debug.log*
9+
10+
node_modules
11+
dist
12+
dist-ssr
13+
*.local
14+
15+
# Editor directories and files
16+
.vscode/*
17+
!.vscode/extensions.json
18+
.idea
19+
.DS_Store
20+
*.suo
21+
*.ntvs*
22+
*.njsproj
23+
*.sln
24+
*.sw?
25+
26+
# Misc directories & files
27+
coverage/*
28+
.stylelintcache

buildchain/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
MAJOR_VERSION?=3
1+
MAJOR_VERSION?=4
22
TAG?=20-alpine
33
CONTAINER?=$(shell basename $(dir $(CURDIR)))-v${MAJOR_VERSION}-buildchain
44
DEV_PORT?=300${MAJOR_VERSION}

0 commit comments

Comments
 (0)