Skip to content

Commit

Permalink
Ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zakstucke committed Nov 28, 2023
1 parent f1864f9 commit 714e57b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions dev_scripts/initial_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ initial_setup () {
npm i
cd ..



echo "Setting up rust backed python project..."
./dev_scripts/py_rust.sh ensure_venv
}
Expand Down
6 changes: 2 additions & 4 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"scripts": {
"test": "vitest",
"lint": "eslint",
"build": "tsup",
"postinstall": "patch-package"
"build": "tsup"
},
"repository": {
"type": "git",
Expand All @@ -31,7 +30,6 @@
"happy-dom": "12.10.3",
"tsup": ">=7.2.0",
"typescript": ">=5.2.2",
"vitest": ">=0.34.6",
"patch-package": "8.0.0"
"vitest": ">=0.34.6"
}
}

0 comments on commit 714e57b

Please sign in to comment.