refactor(ci): rename npm script from pack to package and update workflow
This commit is contained in:
@@ -15,10 +15,10 @@
|
||||
"format": "prettier --write **/*.ts",
|
||||
"format-check": "prettier --check **/*.ts",
|
||||
"lint": "eslint src/**/*.ts",
|
||||
"pack": "npx rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
|
||||
"package": "npx rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
|
||||
"test": "vitest --run",
|
||||
"test:coverage": "vitest --run --coverage",
|
||||
"all": "npm run format && npm run lint && npm run test:coverage && npm run pack"
|
||||
"all": "npm run format && npm run lint && npm run test:coverage && npm run package"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -58,4 +58,4 @@
|
||||
"vite": "^6.3.4",
|
||||
"vitest": "^3.1.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user