fix: npm commandos
This commit is contained in:
		
							parent
							
								
									5d312d8c29
								
							
						
					
					
						commit
						e55b96bc08
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -7,7 +7,7 @@ | ||||||
|     "main": "dist/app.js", |     "main": "dist/app.js", | ||||||
|     "scripts": { |     "scripts": { | ||||||
|         "build": "cross-env NODE_ENV=production tsc --build", |         "build": "cross-env NODE_ENV=production tsc --build", | ||||||
|         "dev": "cross-env NODE_ENV=development tsc --build --watch --env-file=.env.development.local", |         "dev": "cross-env NODE_ENV=development tsx watch --env-file=.env.development.local src/app.ts", | ||||||
|         "start": "cross-env NODE_ENV=production node --env-file=.env dist/app.js", |         "start": "cross-env NODE_ENV=production node --env-file=.env dist/app.js", | ||||||
|         "format": "prettier --write src/", |         "format": "prettier --write src/", | ||||||
|         "format-check": "prettier --check src/", |         "format-check": "prettier --check src/", | ||||||
|  |  | ||||||
|  | @ -11,7 +11,7 @@ | ||||||
|         "type-check": "vue-tsc --build", |         "type-check": "vue-tsc --build", | ||||||
|         "format": "prettier --write src/", |         "format": "prettier --write src/", | ||||||
|         "format-check": "prettier --check src/", |         "format-check": "prettier --check src/", | ||||||
|         "lint": "eslint . --fix", |         "lint": "eslint ./{src,tests} --fix", | ||||||
|         "test:unit": "vitest --run", |         "test:unit": "vitest --run", | ||||||
|         "test:e2e": "playwright test" |         "test:e2e": "playwright test" | ||||||
|     }, |     }, | ||||||
|  |  | ||||||
		Reference in a new issue