Skip to content

Commit

Permalink
Merge pull request #527 from Adamant-im/dev
Browse files Browse the repository at this point in the history
Release 4.2.0
  • Loading branch information
bludnic authored Sep 28, 2023
2 parents 1f6d007 + 08ebb3c commit f20a89e
Show file tree
Hide file tree
Showing 87 changed files with 9,560 additions and 1,573 deletions.
5 changes: 4 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,8 @@ module.exports = {
'<template>': 'espree'
}
},
plugins: ['vue', '@typescript-eslint']
plugins: ['vue', '@typescript-eslint'],
rules: {
'@typescript-eslint/no-explicit-any': 'off'
}
}
1 change: 1 addition & 0 deletions .github/workflows/electron-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:

- name: Build and Sign Electron App 🛠️
run: |
npm run schema:generate
npm run electron:build
- name: Save artifacts
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/electron-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:

- name: Build and Sign Electron App 🛠️
run: |
npm run schema:generate
npm run electron:build
- name: Save artifacts
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/electron-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:

- name: Build and Sign Electron App 🛠️
run: |
npm run schema:generate
npm run electron:build
- name: Save artifacts
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
run: npm ci

- name: Build PWA 🛠️
run: npm run build
run: |
npm run schema:generate
npm run build
- name: Archive artifacts 📁
uses: actions/upload-artifact@v3
Expand Down
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,8 @@ yarn-error.log*

# Vercel
.vercel

# adamant-schema
src/lib/schema/*
!src/lib/schema/schema.json
!src/lib/schema/config.json
7 changes: 7 additions & 0 deletions openapitools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "6.6.0"
}
}
Loading

1 comment on commit f20a89e

@vercel
Copy link

@vercel vercel bot commented on f20a89e Sep 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

adamant-im – ./

msg2.adamant.im
adamant-im-git-master-adamant-team.vercel.app
adamant-im-adamant-team.vercel.app

Please sign in to comment.