Skip to content

Commit 8942dfb

Browse files
authored
Merge pull request #181 from newjersey/chore/activate-storybook-deployment
Update build commands and artifacts configuration
2 parents 895eb4f + 9bf0239 commit 8942dfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

amplify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ frontend:
88
build:
99
commands:
1010
- npm run build-njwds
11-
- npm run build-docs
11+
- npm run storybook:build
1212
artifacts:
13-
baseDirectory: build
13+
baseDirectory: storybook-static
1414
files:
1515
- "**/*"
1616
cache:

0 commit comments

Comments
 (0)