chore: allow tests can be done individually
This commit is contained in:
parent
138002cd51
commit
ae48726a6c
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue