mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
added "start" command to package.json scripts as alias for dev (#2156)
Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com>
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
"bundlewatch": "turbo bundlewatch",
|
||||
"version": "changeset version",
|
||||
"publish": "changeset publish",
|
||||
"reformat-mdx": "node build/reformat-mdx.mjs"
|
||||
"reformat-mdx": "node build/reformat-mdx.mjs",
|
||||
"start": "pnpm dev"
|
||||
},
|
||||
"packageManager": "pnpm@9.15.4",
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user