diff --git a/.npmignore b/.npmignore index fb149a1..76c007c 100644 --- a/.npmignore +++ b/.npmignore @@ -5,3 +5,5 @@ tsconfig.json .* *.tgz example +eslint.config.mjs +pnpm-workspace.yaml diff --git a/package.json b/package.json index 190f863..b65e5f4 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,6 @@ "release:minor": "npm run release -- minor", "release:major": "npm run release -- major", "test": "run-s test:*", - "test:setup": "node ./.github/scripts/link.mjs", "test:lint": "eslint", "test:e2e": "cd example && npx wdio run ./wdio.conf.ts", "watch": "npm run build -- --watch"