Bro thats like just your opinion bro (#18106)

This commit is contained in:
Rijk van Zanten
2023-04-07 16:28:57 -04:00
committed by GitHub
parent fdf0fa2fb8
commit 9ec6606694
2 changed files with 2 additions and 3 deletions

View File

@@ -67,7 +67,7 @@
"scripts": {
"build": "tsc --build && copyfiles \"src/**/*.{yaml,liquid}\" -u 1 dist",
"cli": "NODE_ENV=development SERVE_APP=false tsx src/cli/run.ts",
"dev": "NODE_ENV=development SERVE_APP=false tsx watch src/start.ts",
"dev": "NODE_ENV=development SERVE_APP=false tsx watch --clear-screen=false src/start.ts",
"start": "node cli.js start",
"test": "vitest run",
"test:coverage": "vitest run --coverage",

View File

@@ -22,8 +22,7 @@
"scripts": {
"build": "vite build",
"build-storybook": "storybook build",
"dev": "vite",
"serve": "vite preview",
"dev": "vite --clearScreen false",
"storybook": "storybook dev -p 6006",
"test": "vitest run",
"test:coverage": "vitest run --coverage",