Skip to content

Commit

Permalink
chore: fix ci; add changeset; update description
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipoliko committed Jan 30, 2025
1 parent 6bd8ed5 commit 4c94623
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/tender-eggs-return.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"shallow-react-snapshot": patch
---

React Shallow Snapshot is here! Now with changelogs, CI, automated release process and everything you would expect from a public node module.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
- run: npm ci
- run: npm run build
- run: npm test
- run: npm run lint:check
- run: npm run lint
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
"name": "shallow-react-snapshot",
"version": "0.1.5",
"workspaces": ["dependencies/*", "."],
"keywords": ["shallow", "react", "snapshot", "testing", "jest"],
"keywords": ["shallow", "react", "snapshot", "testing", "jest", "enzyme"],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc -p tsconfig.build.json",
"changeset": "changeset",
"lint": "npx @biomejs/biome check .",
"lint:fix": "npm run lint -- --write",
"lint:fix:unsafe": "npm run lint -- --write --unsafe",
Expand All @@ -16,7 +17,7 @@
},
"author": "Filip Šátek <[email protected]>",
"license": "MIT",
"description": "",
"description": "Enzyme-like shallow snapshots with React Testing Library",
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@changesets/cli": "^2.27.12",
Expand Down

0 comments on commit 4c94623

Please sign in to comment.