Skip to content

Commit b44129b

Browse files
committed
chore: update npm scripts in package.json
1 parent fd9326c commit b44129b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@
3434
"build-cjs": "tsc -p tsconfig.cjs.json",
3535
"build-esm": "tsc",
3636
"clean": "rimraf ./cjs ./esm",
37+
"dev": "concurrently 'npm:dev-*'",
3738
"dev-cjs": "tsc --watch -p tsconfig.cjs.json",
3839
"dev-esm": "tsc --watch",
39-
"dev": "concurrently 'npm:dev-*'",
4040
"lint": "eslint --config eslint.config.mjs .",
4141
"lint-fix": "eslint --config eslint.config.mjs --fix .",
4242
"prepare": "npm run clean && npm run build",
4343
"prepublishOnly": "npm run lint && npm test",
44-
"test": "vitest run --passWithNoTests --coverage",
45-
"preversion": "npm run lint && npm run test"
44+
"preversion": "npm run prepublishOnly",
45+
"test": "vitest run --passWithNoTests --coverage"
4646
},
4747
"devDependencies": {
4848
"@babel/cli": "^7.28.3",

0 commit comments

Comments
 (0)