Skip to content

Commit

Permalink
chore: updated script deploy command
Browse files Browse the repository at this point in the history
  • Loading branch information
agliga committed Aug 29, 2024
1 parent 9630358 commit 32b658e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"preview": "marko-run preview",
"start": "marko-run",
"test": "npm run build:css",
"deploy": "npm run deploy:only && gh-pages --nojekyll -d ./_site",
"deploy:only": "node scripts/jekyll-config && BASE_URL=/skin/ marko-run build -o ./_site && npm run build:storybook",
"deploy": "node scripts/jekyll-config && BASE_URL=/skin/ marko-run build -o ./_site && npm run build:storybook && touch _site/.nojekyll",
"prebuild": "npm run clean",
"prepublishOnly": "node scripts gen",
"postpublish": "node scripts clean",
Expand Down

0 comments on commit 32b658e

Please sign in to comment.