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 61d88e6 commit 226ec4fCopy full SHA for 226ec4f
package.json
@@ -28,8 +28,8 @@
28
"test:watch": "jest --watch",
29
"test:cov": "jest --coverage --coverage-reporters html --coverage-reporters lcov",
30
"test:debug": "node --inspect-brk -r ts-node/register node_modules/.bin/jest --runInBand",
31
- "publish-next": "npm run build && npm publish dist --tag next",
32
- "publish-latest-only": "npm run build && npm publish dist",
+ "publish-next": "npm run build && (cd dist && npm publish --tag next)",
+ "publish-latest-only": "npm run build && (cd dist && npm publish)",
33
"publish-latest": "npm run publish-latest-only && npm dist-tag add `jq '.name' package.json -r`@`jq '.version' package.json -r` next"
34
},
35
"bin": {
0 commit comments