Skip to content

Commit 5f76e16

Browse files
author
Ibrahim Cesar
committed
chore(build) demo page deploy
1 parent 1aaba47 commit 5f76e16

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

β€Ž.gitignoreβ€Ž

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
22

33
# dependencies
4-
/node_modules
4+
node_modules
55
/.pnp
66
.pnp.js
77

@@ -21,3 +21,6 @@
2121
npm-debug.log*
2222
yarn-debug.log*
2323
yarn-error.log*
24+
25+
amplify
26+
.next

β€Ždemo/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
7-
"build": "next build",
7+
"build": "next build && next export",
88
"start": "next start"
99
},
1010
"dependencies": {

0 commit comments

Comments
Β (0)