chore: allow tests can be done individually

This commit is contained in:
Alvis HT Tang 2023-06-03 08:39:01 +01:00
parent 138002cd51
commit ae48726a6c
1 changed files with 4 additions and 4 deletions

View File

@ -24,13 +24,13 @@
"scripts": { "scripts": {
"bootstrap": "presetter bootstrap && run prepare", "bootstrap": "presetter bootstrap && run prepare",
"build": "run build", "build": "run build",
"coverage": "run coverage", "coverage": "run coverage --",
"lint": "run lint", "lint": "run lint --",
"prepublishOnly": "run prepare && run prepublishOnly", "prepublishOnly": "run prepare && run prepublishOnly",
"release": "run-s release:peer:*", "release": "run-s release:peer:*",
"release:peer:presetter": "npm pkg set peerDependencies.presetter=^$(npx -c 'echo $npm_package_version')", "release:peer:presetter": "npm pkg set peerDependencies.presetter=^$(npx -c 'echo $npm_package_version')",
"test": "run test", "test": "run test --",
"watch": "run watch" "watch": "run watch --"
}, },
"peerDependencies": { "peerDependencies": {
"@rollup/plugin-commonjs": "^22.0.0", "@rollup/plugin-commonjs": "^22.0.0",