Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1aedaabeb3 |
+5
-5
@@ -13,22 +13,22 @@ trigger:
|
||||
|
||||
steps:
|
||||
- name: install
|
||||
image: node:26
|
||||
image: node:25
|
||||
commands:
|
||||
- yarn install --frozen-lockfile
|
||||
|
||||
- name: lint
|
||||
image: node:26
|
||||
image: node:25
|
||||
commands:
|
||||
- yarn lint
|
||||
|
||||
- name: build
|
||||
image: node:26
|
||||
image: node:25
|
||||
commands:
|
||||
- yarn build
|
||||
|
||||
- name: unit-tests
|
||||
image: node:26
|
||||
image: node:25
|
||||
environment:
|
||||
NODE_OPTIONS: --no-webstorage
|
||||
commands:
|
||||
@@ -67,7 +67,7 @@ trigger:
|
||||
|
||||
steps:
|
||||
- name: publish-npm
|
||||
image: node:26
|
||||
image: node:25
|
||||
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": "^3.4.16",
|
||||
"tailwindcss": "^4.0.0",
|
||||
"typescript": "^5.6.2",
|
||||
"typescript-eslint": "^8.56.0",
|
||||
"vite": "^7.0.0",
|
||||
|
||||
Reference in New Issue
Block a user