Reverted that revert because I should be using npx anyways
This commit is contained in:
		@@ -13,10 +13,11 @@
 | 
				
			|||||||
	"module": "./dist/js-utilities.mjs",
 | 
						"module": "./dist/js-utilities.mjs",
 | 
				
			||||||
	"types": "./dist/src/index.d.ts",
 | 
						"types": "./dist/src/index.d.ts",
 | 
				
			||||||
	"scripts": {
 | 
						"scripts": {
 | 
				
			||||||
		"build": "vite build",
 | 
							"postinstall": "npm run build",
 | 
				
			||||||
 | 
							"build": "npx vite build",
 | 
				
			||||||
		"test": "npx jest",
 | 
							"test": "npx jest",
 | 
				
			||||||
		"test:coverage": "npx jest --coverage",
 | 
							"test:coverage": "npx jest --coverage",
 | 
				
			||||||
		"watch": "vite build --watch"
 | 
							"watch": "npx vite build --watch"
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
	"devDependencies": {
 | 
						"devDependencies": {
 | 
				
			||||||
		"@types/jest": "^29.5.12",
 | 
							"@types/jest": "^29.5.12",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user