Skip to content

Commit e392975

Browse files
Merge pull request #21 from BurntToasters/0.4.0
0.4.0
2 parents af6f295 + 7048e6d commit e392975

50 files changed

Lines changed: 7966 additions & 2298 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,6 @@ jobs:
5858
cache: npm
5959
- uses: dtolnay/rust-toolchain@stable
6060
- run: npm ci
61+
- run: npm test
6162
- run: npm run prepare:7z
6263
- run: cargo check --manifest-path src-tauri/Cargo.toml

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,4 @@ flatpak-repo/
4545

4646
# Generated files
4747
public/licenses.json
48+
public/licenses-cargo.json

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import tsParser from "@typescript-eslint/parser";
33

44
export default [
55
{
6-
files: ["src/**/*.ts"],
6+
files: ["src/**/*.{ts,tsx}"],
77
languageOptions: {
88
parser: tsParser,
99
parserOptions: {

0 commit comments

Comments
 (0)