Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
jaggli committed Nov 8, 2024
1 parent 6704e9c commit 7194e3d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,15 @@
"packages/*"
],
"scripts": {
"changeset": "changeset",
"build": "pnpm run --filter=next-yak build",
"build:swc": "pnpm run --filter=yak-swc build",
"example": "pnpm --filter=next-yak-example run dev",
"test": "pnpm run build && pnpm --filter=next-yak --filter=cross-file-tests --filter=next-yak-example run \"/test($|:types)/\"",
"test:watch": "pnpm --filter=next-yak run test:watch",
"test:snapshots": "pnpm --filter=next-yak --filter=cross-file-tests --filter=yak-swc run test:snapshots",
"package:types": "npx --package=@arethetypeswrong/cli attw --pack packages/next-yak",
"prettier": "pnpm run --recursive --if-present prettier",
"test": "pnpm run build:next-yak && pnpm --filter=next-yak --filter=cross-file-tests --filter=next-yak-example run \"/test($|:types)/\"",
"changeset": "changeset"
"test": "pnpm run build && pnpm --filter=next-yak --filter=cross-file-tests --filter=next-yak-example run \"/test($|:types)/\"",
"test:watch": "pnpm --filter=next-yak run test:watch",
"test:snapshots": "pnpm --filter=next-yak run test:snapshots",
"test:snapshots": "pnpm --filter=next-yak --filter=cross-file-tests --filter=yak-swc run test:snapshots",
"watch": "pnpm run --filter=next-yak watch"
},
"engines": {
Expand Down

0 comments on commit 7194e3d

Please sign in to comment.