Skip to content

Commit 984247b

Browse files
committed
🩹 chore: start script 작성
1 parent 67d14bd commit 984247b

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

docs/.nojekyll

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/next.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable no-undef */
12
import nextra from 'nextra';
23

34
const withNextra = nextra('nextra-theme-docs', './theme.config.js');

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"dev": "next dev",
77
"build": "next build",
8-
"start": "next start"
8+
"start": "NODE_ENV=test npm run build && npx serve -s out"
99
},
1010
"keywords": [],
1111
"author": "",

0 commit comments

Comments
 (0)