We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a031455 commit 2a697b9Copy full SHA for 2a697b9
ts/package.json
@@ -40,7 +40,7 @@
40
"test:functional": "jest --selectProjects functional",
41
"test:unit": "jest --selectProjects unit",
42
"compile:validators": "node --experimental-strip-types --no-warnings ./script/compile-json-schema-to-ts.ts",
43
- "release": "npm run build && npm test && npm publish"
+ "release": "npm run build && npm test && npm publish --tag alpha"
44
},
45
"lint-staged": {
46
"*.json": [
0 commit comments