Skip to content

Commit 6c249b8

Browse files
committed
test
1 parent c2538bb commit 6c249b8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: .github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,6 @@ jobs:
114114
head -c $file_size_in_bytes </dev/urandom >$file_path
115115
echo "File $file_path created with random content of size $file_size MB."
116116
working-directory: ./playgrounds/playground-b
117+
118+
- name: pkg.pr.new
119+
run: pnpm publish:playgrounds

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"dev": "pnpm -r run dev",
1010
"build": "pnpm -r run build",
11-
"publish:playgrounds": "pnpm pkg-pr-new publish './playgrounds/*' ./packages/cli --template './templates/*' --peerDeps",
11+
"publish:playgrounds": "pnpm pkg-pr-new publish './playgrounds/*' ./packages/cli --peerDeps",
1212
"format": "prettier --write --cache .",
1313
"lint": "pnpm run \"/lint:.*/\"",
1414
"lint:js": "eslint --cache .",

0 commit comments

Comments
 (0)