Skip to content

Commit

Permalink
Switch to next turbo dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
icflorescu committed Apr 22, 2024
1 parent 71c391e commit ec85f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"./styles.layer.css": "./dist/styles.layer.css"
},
"scripts": {
"dev": "next dev",
"dev": "next dev --turbo",
"build:package": "rm -rf dist; tsup --config scripts/tsup.esm.ts; tsup --config scripts/tsup.cjs.ts; tsup --config scripts/tsup.dts.ts; postcss package/styles*.css --dir dist",
"build:docs": "next build",
"build": "yarn build:package && yarn build:docs",
Expand Down

0 comments on commit ec85f87

Please sign in to comment.