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": {
"bootstrap": "presetter bootstrap && run prepare",
"build": "run build",
"coverage": "run coverage",
"lint": "run lint",
"coverage": "run coverage --",
"lint": "run lint --",
"prepublishOnly": "run prepare && run prepublishOnly",
"release": "run-s release:peer:*",
"release:peer:presetter": "npm pkg set peerDependencies.presetter=^$(npx -c 'echo $npm_package_version')",
"test": "run test",
"watch": "run watch"
"test": "run test --",
"watch": "run watch --"
},
"peerDependencies": {
"@rollup/plugin-commonjs": "^22.0.0",