Skip to content

Commit

Permalink
ci: updates to build ci from master
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianChiarulli committed Jun 25, 2024
2 parents 5c8e152 + 141f4df commit afe31a0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "publish"
on:
push:
branches:
- release
- master

# On each push to the `release` branch it will create or update a GitHub release, build your app, and upload the artifacts to the release.

Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"productName": "captains-log",
"version": "0.0.0",
"version": "0.0.1",
"identifier": "captains-log",
"build": {
"beforeDevCommand": "npm run dev",
Expand Down
14 changes: 4 additions & 10 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,12 @@
"compilerOptions": {
"target": "ES2020",
"useDefineForClassFields": true,
"lib": [
"ES2020",
"DOM",
"DOM.Iterable"
],
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"module": "ESNext",
"skipLibCheck": true,
"baseUrl": ".",
"paths": {
"~/*": [
"./src/*"
]
"~/*": ["./src/*"]
},
/* Bundler mode */
"moduleResolution": "bundler",
Expand All @@ -34,17 +28,17 @@
"**/*.ts",
"**/*.tsx",
"**/*.cjs",
"**/*.js",
"**/*.js"
],
"exclude": [
"node_modules",
"dist",
"build",
"coverage",
"public",
"vite.config.ts",
"vite.config.d.ts"
],

"references": [
{
"path": "./tsconfig.node.json"
Expand Down

0 comments on commit afe31a0

Please sign in to comment.