mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-14 18:42:24 +03:00
feat: react, vue3 and vanilla examples (#242)
* feat: react, vue3 and vanilla examples * fix: vue3 example * Create rare-worms-tease.md * fix: vue3 types * fix: vue3 ts checks * fix: vue3 render types * fix: vue3 component types
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@
|
||||
"cover": "nx run-many --target=cover",
|
||||
"build": "nx run-many --target=build",
|
||||
"types": "nx run-many --target=types",
|
||||
"release": "npm run build && changeset publish",
|
||||
"release": "npm run build && npm run types && changeset publish",
|
||||
"lint": "nx run-many --target=lint",
|
||||
"cleanup": "node scripts/cleanup"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user