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 d8cee3c commit 626f890Copy full SHA for 626f890
.github/workflows/pkg.pr.new.yml
@@ -13,4 +13,4 @@ jobs:
13
run: pnpm install
14
- name: Build
15
run: pnpm run build
16
- - run: pnpx pkg-pr-new publish --compact
+ - run: pnpx pkg-pr-new publish --compact './packages/eslint-plugin-svelte'
package.json
@@ -1,6 +1,7 @@
1
{
2
"name": "eslint-plugin-svelte-monorepo",
3
"description": "eslint-plugin-svelte monorepo",
4
+ "private": true,
5
"license": "MIT",
6
"funding": "https://github.com/sponsors/ota-meshi",
7
"packageManager": "pnpm@9.15.2",
0 commit comments