Skip to content

Commit

Permalink
fix(package): update postbuild:docs command
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed May 3, 2022
1 parent 0e18526 commit 8045c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"prepack": "yarn build",
"dev": "nuxi dev docs",
"build:docs": "nuxi build docs",
"postbuild:docs": "mv ./docs/.vercel_build_output .vercel_build_output",
"postbuild:docs": "mv ./docs/.vercel_build_output dist",
"lint": "eslint --ext .ts,.js,.vue .",
"release": "yarn lint && standard-version && git push --follow-tags"
},
Expand Down

1 comment on commit 8045c7b

@vercel
Copy link

@vercel vercel bot commented on 8045c7b May 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ui – ./

nuxthq-ui.vercel.app
ui-git-dev-nuxtlabs.vercel.app
ui-nuxtlabs.vercel.app

Please sign in to comment.