Skip to content

Commit

Permalink
ci: update script types command
Browse files Browse the repository at this point in the history
  • Loading branch information
lombervid committed May 18, 2023
1 parent 7e19eba commit 8aae38d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vueginate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"preview": "vite preview",
"test": "vitest",
"build-only": "vite build && npm run build:types",
"build:types": "sh scripts/types.sh",
"build:types": "bash scripts/types.sh",
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false"
},
"devDependencies": {
Expand Down

1 comment on commit 8aae38d

@vercel
Copy link

@vercel vercel bot commented on 8aae38d May 18, 2023

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:

vueginate-demo – ./

vueginate-demo.vercel.app
vueginate-demo-lombervid.vercel.app
vueginate-demo-git-main-lombervid.vercel.app

Please sign in to comment.