Skip to content

Commit

Permalink
chore: check in amplify build config
Browse files Browse the repository at this point in the history
  • Loading branch information
sh0ji committed Sep 10, 2023
1 parent 6d57c67 commit 3e23828
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions amplify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: 1
frontend:
phases:
preBuild:
commands:
- nvm use $VERSION_NODE_18
- npm ci --cache .npm
build:
commands:
- npm run build:sassdoc
- npm run build:stories
- npm run build:docs
artifacts:
baseDirectory: /public
files:
- "**/*"
cache:
paths:
- .npm

0 comments on commit 3e23828

Please sign in to comment.