-
- Downloads
[CI] add release and publish pipeline
parent
c2c9637c
No related branches found
No related tags found
... | ... | @@ -17,7 +17,7 @@ |
"test": "concurrently -m 1 \"npm:test:*\"", | ||
"test:lint": "eslint src --ext .ts", | ||
"test:prettier": "prettier \"src/**/*.ts\" --list-different", | ||
"test:unit": "vitest", | ||
"test:unit": "vitest run", | ||
"prepack": "npx rimraf lib && yarn run build", | ||
"prepublish": "yarn run test" | ||
}, | ||
... | ... | @@ -39,6 +39,7 @@ |
"ts-node": "^10.9.1", | ||
"typescript": "^5.1.3", | ||
"unplugin-auto-import": "^0.16.4", | ||
"vite": "^4.3.9", | ||
"vitest": "^0.32.2", | ||
"vitest-environment-custom": "link:./tests/vitest-environment-custom", | ||
"xpath-ts": "^1.3.13" | ||
... | ... |
scripts/createReleaseEnv.sh
0 → 100755
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
Please register or sign in to comment