Skip to content

Commit 291634f

Browse files
committed
🐛 style-dictionary versie synchroniseren met lockfile en Containerfile vereenvoudigd
1 parent fd42f5e commit 291634f

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.dockerignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
node_modules/
2+
style-dictionary/node_modules/
3+
_site/
4+
storybook-static/
5+
.git/
6+
.github/
7+
.claude/
8+
.storybook/
9+
.vscode/
10+
stories/
11+
MOx.git/
12+
*.crdownload
13+
.DS_Store

container/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /app
44
COPY package.json package-lock.json ./
55
RUN npm ci
66
COPY . .
7-
RUN cd style-dictionary && npm install && npm run build
7+
RUN cd style-dictionary && npm ci && npm run build
88
RUN npx @11ty/eleventy
99

1010
FROM nginxinc/nginx-unprivileged:stable-alpine-slim

style-dictionary/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"build": "node config.js"
55
},
66
"dependencies": {
7-
"style-dictionary": "^3.8.0",
7+
"style-dictionary": "^5.2.0",
88
"@tokens-studio/sd-transforms": "^2.0.3"
99
}
1010
}

0 commit comments

Comments
 (0)