Skip to content

Commit

Permalink
refactor: remove caminojs submodule and clean up package.json scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Ysrbolles committed Dec 3, 2024
1 parent 165e317 commit ac27658
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion caminojs
Submodule caminojs deleted from bbebbc
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"release": "release-it",
"test_watch": "jest --verbose --watch ./tests",
"test_debug": "node --inspect-brk node_modules/.bin/jest ./tests --runInBand",
"test": "jest --verbose ./tests",
"preinstall": "git submodule update --recursive --init"
"test": "jest --verbose ./tests"
},
"devDependencies": {
"@babel/core": "^7.15.8",
Expand Down

0 comments on commit ac27658

Please sign in to comment.