We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2538bb commit 6c249b8Copy full SHA for 6c249b8
.github/workflows/ci.yml
@@ -114,3 +114,6 @@ jobs:
114
head -c $file_size_in_bytes </dev/urandom >$file_path
115
echo "File $file_path created with random content of size $file_size MB."
116
working-directory: ./playgrounds/playground-b
117
+
118
+ - name: pkg.pr.new
119
+ run: pnpm publish:playgrounds
package.json
@@ -8,7 +8,7 @@
8
"scripts": {
9
"dev": "pnpm -r run dev",
10
"build": "pnpm -r run build",
11
- "publish:playgrounds": "pnpm pkg-pr-new publish './playgrounds/*' ./packages/cli --template './templates/*' --peerDeps",
+ "publish:playgrounds": "pnpm pkg-pr-new publish './playgrounds/*' ./packages/cli --peerDeps",
12
"format": "prettier --write --cache .",
13
"lint": "pnpm run \"/lint:.*/\"",
14
"lint:js": "eslint --cache .",
0 commit comments