Skip to content

Commit 3d42ef3

Browse files
committed
Move dev.ts from site/scripts -> site
1 parent 237f83e commit 3d42ef3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"build": "NODE_ENV=production next build site",
88
"build:dev": "next build site",
9-
"dev": "ts-node site/scripts/dev.ts",
9+
"dev": "ts-node site/dev.ts",
1010
"export": "next export site",
1111
"format:check": "prettier --check '**/*.{css,html,js,json,jsx,md,ts,tsx,yaml,yml}'",
1212
"format:write": "prettier --write '**/*.{css,html,js,json,jsx,md,ts,tsx,yaml,yml}'",
File renamed without changes.

0 commit comments

Comments
 (0)