diff --git a/.codespellrc b/.codespellrc index eba51bad0..e6e67c013 100644 --- a/.codespellrc +++ b/.codespellrc @@ -1,3 +1,3 @@ [codespell] ignore-words-list: crate,everytime,inout,co-ordinate,ot,nwo,absolutey,atleast,ue,afterall -skip: **/target,node_modules,build,**/Cargo.lock,./docs/kcl/*.md,./src-tauri/gen/schemas,.yarn.lock,**/yarn.lock +skip: **/target,node_modules,build,**/Cargo.lock,./docs/kcl/*.md,.yarn.lock,**/yarn.lock diff --git a/.github/workflows/cargo-test.yml b/.github/workflows/cargo-test.yml index 7b685adcf..b7e792f28 100644 --- a/.github/workflows/cargo-test.yml +++ b/.github/workflows/cargo-test.yml @@ -38,11 +38,6 @@ jobs: with: toolchain: stable override: true - - name: install dependencies - if: matrix.dir == 'src-tauri' - run: | - sudo apt-get update - sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf - name: Install vector run: | curl --proto '=https' --tlsv1.2 -sSfL https://sh.vector.dev > /tmp/vector.sh diff --git a/.gitignore b/.gitignore index 189108e4a..f88189f84 100644 --- a/.gitignore +++ b/.gitignore @@ -54,7 +54,6 @@ e2e/playwright/export-snapshots/* ## generated files src/**/*.typegen.ts -src-tauri/gen src/wasm-lib/grackle/stdlib_cube_partial.json Mac_App_Distribution.provisionprofile @@ -66,7 +65,3 @@ venv # electron out/ - -src-tauri/target -electron-test-projects-dir -electron-test-projects-dir-2 diff --git a/package.json b/package.json index 38e692392..3d177fbac 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "remove-importmeta": "sed -i 's/import.meta.url/window.location.origin/g' \"./src/wasm-lib/pkg/wasm_lib.js\"; sed -i '' 's/import.meta.url/window.location.origin/g' \"./src/wasm-lib/pkg/wasm_lib.js\" || echo \"sed for both mac and linux\"", "wasm-prep": "rm -rf src/wasm-lib/pkg && mkdir src/wasm-lib/pkg && rm -rf src/wasm-lib/kcl/bindings", "lint": "eslint --fix src e2e", - "bump-jsons": "echo \"$(jq --arg v \"$VERSION\" '.version=$v' package.json --indent 2)\" > package.json && echo \"$(jq --arg v \"$VERSION\" '.version=$v' src-tauri/tauri.conf.json --indent 2)\" > src-tauri/tauri.conf.json", + "bump-jsons": "echo \"$(jq --arg v \"$VERSION\" '.version=$v' package.json --indent 2)\" > package.json", "postinstall": "yarn xstate:typegen && ./node_modules/.bin/electron-rebuild", "xstate:typegen": "yarn xstate typegen \"src/**/*.ts?(x)\"", "make:dev": "make dev",