Skip to content

Commit

Permalink
chore: tweak commands
Browse files Browse the repository at this point in the history
  • Loading branch information
asvae committed Aug 4, 2023
1 parent 1b3b24a commit 07edae2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@
"start:storybook": "yarn workspace vuestic-ui start:storybook",
"build:types": "yarn workspace vuestic-ui build:types",
"test:unit": "yarn workspace vuestic-ui test:unit",
"test:bundlers": "yarn workspace bundler-test test",
"test:bundlers": "yarn build:nuxt && yarn workspace bundler-test test",
"lint:style": "yarn workspace vuestic-ui lint:style",
"serve:docs": "yarn workspace docs serve",
"build:docs": "yarn workspace docs build",
"build:docs:ci": "yarn workspace docs build:ci",
"push": "yarn workspace vuestic-ui push",
"push-production": "yarn workspace vuestic-ui push-production",
"build:nuxt": "yarn workspace @vuestic/nuxt build",
"generate:docspage": "yarn workspace docs generate:docspage",
"generate:component": "yarn workspace docs generate:component",
"sandbox:vite": "yarn workspace sandbox dev:vite",
Expand Down
4 changes: 3 additions & 1 deletion packages/deploy/release-script/release-script.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,10 @@ const getReleaseConfig = async (releaseType: ReleaseType): Promise<ReleaseConfig
showSleepCheck: true,
todoList: [
'Update and release other packages (like nuxt, create-vuestic, etc)',
'Merge docs to master',
'Make release notes on github',
'Remove labels from docs',
'Update docs header',
'Merge docs to master',
]
}
}
Expand Down

0 comments on commit 07edae2

Please sign in to comment.