We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3446590 commit d4836b8Copy full SHA for d4836b8
packages/core/package.json
@@ -57,7 +57,8 @@
57
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
58
"test": "vitest run",
59
"test:watch": "vitest --watch",
60
- "yalc:publish": "yalc publish --push --sig"
+ "yalc:publish": "yalc publish --push --sig",
61
+ "test-change": "change"
62
},
63
"volta": {
64
"extends": "../../package.json"
0 commit comments