Skip to content

Commit 60e86b1

Browse files
committed
improve cursorless-org scripts
1 parent 5442716 commit 60e86b1

File tree

2 files changed

+77
-3
lines changed

2 files changed

+77
-3
lines changed

packages/cursorless-org/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
"private": true,
66
"scripts": {
77
"dev": "next dev",
8-
"build": "next build",
9-
"export": "next export",
10-
"start": "next start",
8+
"build": "next build && next export",
9+
"start": "http-server out -p 8080",
1110
"lint": "next lint",
1211
"compile": "tsc --build",
1312
"watch": "tsc --build --watch"
@@ -28,6 +27,7 @@
2827
"@types/react": "18.0.28",
2928
"@types/react-dom": "18.0.11",
3029
"autoprefixer": "10.4.13",
30+
"http-server": "14.1.1",
3131
"postcss": "8.4.21",
3232
"tailwindcss": "3.2.7"
3333
},

pnpm-lock.yaml

Lines changed: 74 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)