Skip to content

Commit

Permalink
Fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
bring-shrubbery committed Nov 5, 2023
1 parent a7a9ad4 commit d8964ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ concurrency:
# @link https://turborepo.org/docs/core-concepts/remote-caching#remote-caching-on-vercel-builds
# env:
# FORCE_COLOR: 3
# TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
# TURBO_TEAM: ${{ vars.TURBO_TEAM }}
# TURBO_TOKEN: $ {{ secrets.TURBO_TOKEN }}
# TURBO_TEAM: $ {{ vars.TURBO_TEAM }}

jobs:
lint:
build-packages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -32,7 +32,7 @@ jobs:
# run: cp .env.example .env

- name: Lint
run: pnpm lint
run: pnpm build:packages

format:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts --external react --external next",
"dev": "tsup src/index.ts --format esm,cjs --watch --dts --external react --external next",
"clean": "git clean -xdf .next .turbo node_modules",
"lint": "eslint ./src",
"dev": "tsup src/index.ts --format esm,cjs --watch --dts --external react --external next",
"with-env": "dotenv -e ../../.env --"
},
"eslintConfig": {
Expand Down

0 comments on commit d8964ca

Please sign in to comment.