Skip to content

Commit

Permalink
remove version from docs package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zeyu2001 committed Jul 25, 2024
1 parent e6ca5bd commit 813b21f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
run: pnpm build

- name: Publish to NPM
run: pnpm -r publish ./packages --no-git-checks --tag latest --access public
run: pnpm -r publish --no-git-checks --tag latest --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3 changes: 1 addition & 2 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@opengovsg/starter-kitty-docs",
"version": "1.0.0",
"description": "",
"description": "Documentation for Starter Kitty",
"main": "index.js",
"scripts": {
"dev": "vitepress dev",
Expand Down

0 comments on commit 813b21f

Please sign in to comment.