Skip to content

Commit

Permalink
Fix : deployment issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahdi-Hazrati committed Oct 16, 2024
1 parent 0b5fead commit 9d67d09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-npui-github-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# Set up Node.js (using Node v20)
- uses: actions/setup-node@v4
with:
node-version: '20.x' # Updated to Node.js v20
node-version: '21.x' # Updated to Node.js v20

# Install dependencies
- run: npm ci
Expand All @@ -33,6 +33,6 @@ jobs:
- uses: bitovi/[email protected]
with:
install_command: npm ci # default: npm ci
build_command: npm run build-storybook # default: npm run build-storybook
build_command: npm run build-npui # default: npm run build-storybook
path: storybook-static # default: dist/storybook
checkout: false # default: true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "next start",
"lint": "next lint",
"npui": "storybook dev -p 6006",
"buid-npui": "storybook build"
"build-npui": "storybook build"
},
"dependencies": {
"next": "14.2.15",
Expand Down

0 comments on commit 9d67d09

Please sign in to comment.