Skip to content

Commit

Permalink
Fix update-examples script
Browse files Browse the repository at this point in the history
  • Loading branch information
IanVS committed Feb 6, 2023
1 parent 6f9d41e commit 33100fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/builder-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"lint-ci": "yarn lint-ci:prettier && yarn lint-ci:eslint",
"lint-ci:prettier": "prettier . --check",
"lint-ci:eslint": "eslint \"**/*.{ts,tsx,js,jsx,mjs,cjs}\" --max-warnings=0",
"update-examples": "cd ../../examples/lit-ts && yarn && cd ../preact && yarn && cd ../react && cd ../react-18 && yarn && cd ../react-ts && yarn && cd ../svelte && yarn && cd ../vue2.6 && yarn && cd ../vue2.7 && yarn && cd ../vue3 && yarn && cd ../workspaces && yarn"
"update-examples": "cd ../../examples/lit-ts && yarn && cd ../preact && yarn && cd ../react && yarn && cd ../react-18 && yarn && cd ../react-ts && yarn && cd ../svelte && yarn && cd ../vue2.6 && yarn && cd ../vue2.7 && yarn && cd ../vue3 && yarn && cd ../workspaces && yarn"
},
"dependencies": {
"@joshwooding/vite-plugin-react-docgen-typescript": "0.2.1",
Expand Down

0 comments on commit 33100fb

Please sign in to comment.