Skip to content

Commit 626f890

Browse files
committed
fix
1 parent d8cee3c commit 626f890

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/pkg.pr.new.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
run: pnpm install
1414
- name: Build
1515
run: pnpm run build
16-
- run: pnpx pkg-pr-new publish --compact
16+
- run: pnpx pkg-pr-new publish --compact './packages/eslint-plugin-svelte'

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "eslint-plugin-svelte-monorepo",
33
"description": "eslint-plugin-svelte monorepo",
4+
"private": true,
45
"license": "MIT",
56
"funding": "https://github.com/sponsors/ota-meshi",
67
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)