Skip to content

Commit

Permalink
dummy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
redrobin4103 committed Nov 20, 2024
1 parent 33a536e commit c61044d
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions amplify.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
version: 1
applications:
- frontend:
phases:
preBuild:
commands:
- npm install -g [email protected]
build:
commands:
- pnpm install
- pnpm run build-storybook
artifacts:
baseDirectory: storybook-static
files:
- "**/*"
cache:
paths:
- node_modules/**/*
- .pnpm-store/**/*
- frontend:
phases:
preBuild:
commands:
- npm install -g [email protected]
build:
commands:
- pnpm install
- pnpm run build-storybook
artifacts:
baseDirectory: storybook-static
files:
- "**/*"
cache:
paths:
- node_modules/**/*
- .pnpm-store/**/*

0 comments on commit c61044d

Please sign in to comment.