Skip to content

Commit 838715f

Browse files
committed
fix: test script edit
1 parent 07a1835 commit 838715f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"publish:npm": "npm publish --access public",
1414
"prepublish:next": "npm run build",
1515
"publish:next": "npm publish --access public --tag next",
16-
"test:integration": "jest --config ./tests/jest-e2e.json --runInBand",
16+
"test": "jest --config ./tests/jest-e2e.json --runInBand",
1717
"prerelease": "npm run build",
1818
"release": "release-it"
1919
},

0 commit comments

Comments
 (0)