Compare commits
15
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
88a79e4b38 | ||
|
|
ee3bdad9ad | ||
|
|
99e7ffa5a4 | ||
|
|
58358d3033 | ||
|
|
f16d58c2f7 | ||
|
|
299528b433 | ||
|
|
9c1c01491f | ||
|
|
a4271c0780 | ||
|
|
0c5a20b900 | ||
|
|
bd753ba519 | ||
|
|
c577b5919e | ||
|
|
f13a9a44d3 | ||
|
|
41b7672b14 | ||
|
|
a379f98705 | ||
|
|
ac01397d7b |
+5
-5
@@ -13,22 +13,22 @@ trigger:
|
||||
|
||||
steps:
|
||||
- name: install
|
||||
image: node:25
|
||||
image: node:26
|
||||
commands:
|
||||
- yarn install --frozen-lockfile
|
||||
|
||||
- name: lint
|
||||
image: node:25
|
||||
image: node:26
|
||||
commands:
|
||||
- yarn lint
|
||||
|
||||
- name: build
|
||||
image: node:25
|
||||
image: node:26
|
||||
commands:
|
||||
- yarn build
|
||||
|
||||
- name: unit-tests
|
||||
image: node:25
|
||||
image: node:26
|
||||
environment:
|
||||
NODE_OPTIONS: --no-webstorage
|
||||
commands:
|
||||
@@ -67,7 +67,7 @@ trigger:
|
||||
|
||||
steps:
|
||||
- name: publish-npm
|
||||
image: node:25
|
||||
image: node:26
|
||||
environment:
|
||||
NEXUS_NPM_TOKEN:
|
||||
from_secret: nexus_npm_token
|
||||
|
||||
+1
-1
@@ -84,7 +84,7 @@
|
||||
"react-dom": "^19.0.0",
|
||||
"react-router-dom": "^7.0.0",
|
||||
"storybook": "^10.2.10",
|
||||
"tailwindcss": "^4.0.0",
|
||||
"tailwindcss": "^3.4.16",
|
||||
"typescript": "^5.6.2",
|
||||
"typescript-eslint": "^8.56.0",
|
||||
"vite": "^7.0.0",
|
||||
|
||||
Reference in New Issue
Block a user