Skip to content

Commit 38db43e

Browse files
authored
Build commands are needed for AWS Amplify
1 parent 659d18b commit 38db43e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Diff for: docs/deploy.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,12 @@ When using the HTML5 router, you need to set up redirect rules that redirect all
116116
version: 0.1
117117
frontend:
118118
phases:
119+
preBuild:
120+
commands:
121+
- npm ci
119122
build:
120-
commands:
121-
- echo "Nothing to build"
123+
commands:
124+
- npm run build
122125
artifacts:
123126
baseDirectory: /docs
124127
files:

0 commit comments

Comments
 (0)