Comparing version 1.0.31 to 1.0.32
{ | ||
"version": "1.0.31", | ||
"version": "1.0.32", | ||
"name": "ronin", | ||
"scripts": { | ||
"clean": "rm -rf dist", | ||
"dev": "npm run build -- --watch", | ||
"build": "bunchee index.ts", | ||
"build": "npm run clean && bunchee index.ts", | ||
"test": "npm run build && npm run test:coverage && npm run test:typecheck", | ||
@@ -8,0 +9,0 @@ "test:coverage": "vitest run --coverage", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
81317
1680