Skip to content

Commit cf91aff

Browse files
committed
👷‍♂️ fix: CI test command
1 parent f5e3372 commit cf91aff

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
"name": "ostrio-flow-router-extra",
33
"types": "index.d.ts",
44
"scripts": {
5-
"test:once": "mtest --package ostrio:flow-router-extra --port=8888 --once",
6-
"test:watch": "mtest --package ostrio:flow-router-extra --port=8888",
5+
"test:once": "mtest --package ./ --port=8888 --once",
6+
"test:watch": "mtest --package ./ --port=8888",
77
"test:browser": "meteor test-packages ./ --port 8888"
88
},
99
"devDependencies": {
10-
"@zodern/mtest": "^0.5.1"
10+
"@zodern/mtest": "^0.5.1",
11+
"tsd": "^0.31.2"
1112
}
1213
}

0 commit comments

Comments
 (0)