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 07a1835 commit 838715fCopy full SHA for 838715f
package.json
@@ -13,7 +13,7 @@
13
"publish:npm": "npm publish --access public",
14
"prepublish:next": "npm run build",
15
"publish:next": "npm publish --access public --tag next",
16
- "test:integration": "jest --config ./tests/jest-e2e.json --runInBand",
+ "test": "jest --config ./tests/jest-e2e.json --runInBand",
17
"prerelease": "npm run build",
18
"release": "release-it"
19
},
0 commit comments