Skip to content

Commit c752e42

Browse files
committed
publish from ci
1 parent 12545f2 commit c752e42

File tree

2 files changed

+399
-3
lines changed

2 files changed

+399
-3
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
"require": "./dist/jest.cjs"
2323
}
2424
},
25+
"files": [
26+
"dist"
27+
],
2528
"dependencies": {
2629
"@testing-library/dom": "^10.4.0",
2730
"jsdom": "^25.0.1",
@@ -34,6 +37,7 @@
3437
"@types/react": "^18",
3538
"@types/react-dom": "^18",
3639
"expect": "^29.7.0",
40+
"pkg-pr-new": "^0.0.29",
3741
"prettier": "^3.3.3",
3842
"react": "^18.3.1",
3943
"react-dom": "^18.3.1",
@@ -47,7 +51,8 @@
4751
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0"
4852
},
4953
"scripts": {
50-
"build": "tsup"
54+
"build": "tsup",
55+
"pkg-pr-new-publish": "yarn build && pkg-pr-new publish --no-template"
5156
},
5257
"packageManager": "[email protected]"
5358
}

0 commit comments

Comments
 (0)