Skip to content

Commit

Permalink
feat(TS): track adamant-wallets types
Browse files Browse the repository at this point in the history
  • Loading branch information
bludnic committed Oct 27, 2023
1 parent a66ace1 commit 213efd5
Show file tree
Hide file tree
Showing 7 changed files with 378 additions and 8 deletions.
1 change: 0 additions & 1 deletion .github/workflows/electron-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
- name: Build and Sign Electron App 🛠️
run: |
npm run schema:generate
npm run wallets:types:generate
npm run electron:build
- name: Save artifacts
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/electron-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
- name: Build and Sign Electron App 🛠️
run: |
npm run schema:generate
npm run wallets:types:generate
npm run electron:build
- name: Save artifacts
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/electron-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
- name: Build and Sign Electron App 🛠️
run: |
npm run schema:generate
npm run wallets:types:generate
npm run electron:build
- name: Save artifacts
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
- name: Build PWA 🛠️
run: |
npm run schema:generate
npm run wallets:types:generate
npm run build
- name: Archive artifacts 📁
Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,3 @@ yarn-error.log*
src/lib/schema/*
!src/lib/schema/schema.json
!src/lib/schema/config.json

# adamant-wallets
src/types/wallets
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"https": "vite preview --https",
"test": "vitest",
"coverage": "vitest run --coverage",
"postinstall": "electron-builder install-app-deps && npm run schema:generate && npm run wallets:types:generate"
"postinstall": "electron-builder install-app-deps && npm run schema:generate"
},
"dependencies": {
"@emoji-mart/data": "^1.1.2",
Expand Down
Loading

0 comments on commit 213efd5

Please sign in to comment.