Skip to content

Commit f066329

Browse files
committed
chore: add test:ci script
1 parent c18a859 commit f066329

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"start": "parcel serve cypress/index.html",
99
"cy:open": "cypress open",
1010
"dev": "start-test 1234 cy:open",
11-
"semantic-release": "semantic-release"
11+
"semantic-release": "semantic-release",
12+
"test:ci": "start-test 1234"
1213
},
1314
"peerDependencies": {
1415
"cypress": "*",

0 commit comments

Comments
 (0)