Skip to content

Commit

Permalink
feat: step commit, the new validator design is prototyped
Browse files Browse the repository at this point in the history
  • Loading branch information
LilaRest committed May 4, 2023
1 parent 54018da commit 2358e83
Show file tree
Hide file tree
Showing 24 changed files with 2,840 additions and 80 deletions.
5 changes: 5 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
},
"scripts": {
"build": "tsc && bash ./scripts/add-templates-to-dist.bash",
"test": "jest",
"semantic-release": "semantic-release"
},
"dependencies": {
Expand All @@ -30,12 +31,15 @@
"zod": "^3.21.4"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/node": "^18.11.18",
"cz-conventional-changelog": "^3.3.0",
"jest": "^29.5.0",
"prismary": "link:",
"semantic-release": "^21.0.1",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.0"
},
Expand Down
Loading

0 comments on commit 2358e83

Please sign in to comment.