Skip to content

Commit

Permalink
Merge pull request #108 from dojoengine/ci-update
Browse files Browse the repository at this point in the history
Ci update
  • Loading branch information
ponderingdemocritus authored Jan 17, 2024
2 parents 33343a2 + f7f3969 commit 299d31b
Show file tree
Hide file tree
Showing 5 changed files with 455 additions and 113 deletions.
4 changes: 4 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no -- commitlint --edit ${1}
5 changes: 4 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ packages/torii-client/wasm
packages/torii-client/pkg

examples/dojo-starter
packages/create-dojo
packages/create-dojo

# ignore lock files
**/*-lock.yaml
1 change: 1 addition & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = { extends: ["@commitlint/config-conventional"] };
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"packages/state"
],
"devDependencies": {
"husky": "^8.0.0",
"lerna": "^8.0.0",
"prettier": "^3.0.3",
"tsup": "^8.0.1",
"typedoc": "^0.25.4",
"typedoc-material-theme": "^1.0.1",
"typedoc-plugin-coverage": "^2.2.0",
"husky": "^8.0.0"
"typedoc-plugin-coverage": "^2.2.0"
},
"scripts": {
"build-core": "bun run --cwd packages/core build",
Expand All @@ -41,5 +41,9 @@
"release": "bun run build && bun run prettier && npx lerna publish --no-private --force-publish",
"docs": "npx typedoc --out docs",
"prepare": "husky install"
},
"dependencies": {
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4"
}
}
Loading

0 comments on commit 299d31b

Please sign in to comment.