Skip to content

Commit

Permalink
fix(release): build packages before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Dec 14, 2022
1 parent 575bcb5 commit f4a2430
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 32 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -5,7 +5,7 @@
"repository": "https://github.com/nextauthjs/next-auth.git",
"scripts": {
"build:app": "turbo run build --filter=next-auth-app",
"build": "turbo run build --filter=next-auth --filter=@next-auth/* --no-deps",
"build": "turbo run build --filter=next-auth --filter=@next-auth/* --filter=@auth/* --no-deps",
"lint": "turbo run lint --filter=!next-auth-docs --parallel",
"test": "turbo run test --concurrency=1 --filter=!@next-auth/pouchdb-adapter --filter=!@next-auth/upstash-redis-adapter --filter=!next-auth-* --filter=[HEAD^1]",
"clean": "turbo run clean --no-cache",
Expand All @@ -32,7 +32,7 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"husky": "^7.0.4",
"prettier": "2.7.1",
"prettier": "2.8.1",
"pretty-quick": "^3.1.2",
"semver": "7.3.5",
"stream-to-array": "2.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Expand Up @@ -44,7 +44,7 @@
"@panva/hkdf": "1.0.2",
"cookie": "0.5.0",
"jose": "4.11.1",
"oauth4webapi": "2.0.4",
"oauth4webapi": "2.0.5",
"preact": "10.11.3",
"preact-render-to-string": "5.2.3"
},
Expand Down Expand Up @@ -72,4 +72,4 @@
"postcss": "8.4.19",
"postcss-nested": "6.0.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/frameworks-sveltekit/.eslintrc.cjs
Expand Up @@ -7,7 +7,7 @@ module.exports = {
"prettier",
],
plugins: ["svelte3", "@typescript-eslint"],
ignorePatterns: ["*.cjs"],
ignorePatterns: ["*.cjs", "client.*", "index.*"],
overrides: [{ files: ["*.svelte"], processor: "svelte3/svelte3" }],
settings: {
"svelte3/typescript": () => require("typescript"),
Expand Down
10 changes: 2 additions & 8 deletions packages/frameworks-sveltekit/.prettierignore
Expand Up @@ -3,11 +3,5 @@ node_modules
/build
/.svelte-kit
/package
.env
.env.*
!.env.example

# Ignore files for PNPM, NPM and YARN
pnpm-lock.yaml
package-lock.json
yarn.lock
/index.*
/client.*
2 changes: 1 addition & 1 deletion packages/frameworks-sveltekit/README.md
@@ -1,3 +1,3 @@
# SvelteKit Auth

Authentication for SvelteKit.
Authentication for SvelteKit.
4 changes: 2 additions & 2 deletions packages/frameworks-sveltekit/package.json
Expand Up @@ -31,7 +31,7 @@
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^4.0.0",
"next-auth": "workspace:*",
"prettier": "^2.8.0",
"prettier": "2.8.1",
"prettier-plugin-svelte": "^2.8.1",
"svelte": "^3.54.0",
"svelte-check": "^2.9.2",
Expand Down Expand Up @@ -61,4 +61,4 @@
},
"./package.json": "./package.json"
}
}
}
48 changes: 32 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit f4a2430

@vercel
Copy link

@vercel vercel bot commented on f4a2430 Dec 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.