Skip to content

Commit 8bed6fb

Browse files
Create package.json
1 parent 2bdafcd commit 8bed6fb

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

scripts/package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
"scripts": {
2+
"dev": "next dev",
3+
"build": "next build && next export",
4+
"deploy": "npm run build && touch out/.nojekyll",
5+
"sync": "git add . && git commit -m 'web4 update' && git push",
6+
"preview": "npx serve out",
7+
"lint": "next lint"
8+
}

0 commit comments

Comments
 (0)