Skip to content

Commit 8310a8a

Browse files
committed
Add prepublish script and bump to 1.1.0-alpha.7
1 parent be160c6 commit 8310a8a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "sdc-qrf",
33
"license": "MIT",
4-
"version": "1.1.0-alpha.6",
4+
"version": "1.1.0-alpha.7",
55
"scripts": {
66
"test": "vitest --watch=false",
77
"test:watch": "vitest --watch",
88
"test:coverage": "vitest --coverage",
99
"typecheck": "tsc --noEmit",
1010
"build": "tsc",
11+
"prepublishOnly": "npm run build",
1112
"prepare": "husky || true"
1213
},
1314
"dependencies": {

0 commit comments

Comments
 (0)