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 be160c6 commit 8310a8aCopy full SHA for 8310a8a
1 file changed
package.json
@@ -1,13 +1,14 @@
1
{
2
"name": "sdc-qrf",
3
"license": "MIT",
4
- "version": "1.1.0-alpha.6",
+ "version": "1.1.0-alpha.7",
5
"scripts": {
6
"test": "vitest --watch=false",
7
"test:watch": "vitest --watch",
8
"test:coverage": "vitest --coverage",
9
"typecheck": "tsc --noEmit",
10
"build": "tsc",
11
+ "prepublishOnly": "npm run build",
12
"prepare": "husky || true"
13
},
14
"dependencies": {
0 commit comments