Skip to content

Commit 526fecf

Browse files
committed
examples
1 parent 6774f49 commit 526fecf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"scripts": {
1414
"bump": "node scripts/bump.js",
1515
"build": "pnpm run packages:build",
16-
"build:all": "pnpm run packages:build && pnpm run examples:build && pnpm run lp:build",
16+
"build:all": "pnpm run packages:build && pnpm run lp:build",
1717
"clean": "pnpm run clean:all",
18-
"clean:all": "pnpm run examples:clean && pnpm run packages:clean && pnpm run clean:root",
18+
"clean:all": "pnpm run packages:clean && pnpm run clean:root",
1919
"clean:root": "pnpx rimraf ./node_modules ./.vinxi/ ./.output/",
2020
"lp:dev": "pnpm --filter landing-page dev",
2121
"lp:build": "pnpm --filter landing-page build",

0 commit comments

Comments
 (0)