Skip to content

Commit 2a697b9

Browse files
authored
chore(ts): adds alpha publishing tag (#194)
1 parent a031455 commit 2a697b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"test:functional": "jest --selectProjects functional",
4141
"test:unit": "jest --selectProjects unit",
4242
"compile:validators": "node --experimental-strip-types --no-warnings ./script/compile-json-schema-to-ts.ts",
43-
"release": "npm run build && npm test && npm publish"
43+
"release": "npm run build && npm test && npm publish --tag alpha"
4444
},
4545
"lint-staged": {
4646
"*.json": [

0 commit comments

Comments
 (0)