We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12545f2 commit c752e42Copy full SHA for c752e42
package.json
@@ -22,6 +22,9 @@
22
"require": "./dist/jest.cjs"
23
}
24
},
25
+ "files": [
26
+ "dist"
27
+ ],
28
"dependencies": {
29
"@testing-library/dom": "^10.4.0",
30
"jsdom": "^25.0.1",
@@ -34,6 +37,7 @@
34
37
"@types/react": "^18",
35
38
"@types/react-dom": "^18",
36
39
"expect": "^29.7.0",
40
+ "pkg-pr-new": "^0.0.29",
41
"prettier": "^3.3.3",
42
"react": "^18.3.1",
43
"react-dom": "^18.3.1",
@@ -47,7 +51,8 @@
47
51
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0"
48
52
49
53
"scripts": {
50
- "build": "tsup"
54
+ "build": "tsup",
55
+ "pkg-pr-new-publish": "yarn build && pkg-pr-new publish --no-template"
56
57
"packageManager": "[email protected]"
58
0 commit comments