Skip to content

Commit 5e1bdcd

Browse files
committed
tweaks
1 parent b425673 commit 5e1bdcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dist"
1212
],
1313
"scripts": {
14-
"test": "echo 'no tests!'",
14+
"test": "npm run build",
1515
"build": "rm -rf dist && tsup src/cli.ts --dts",
1616
"prepublishOnly": "npm run build",
1717
"presite": "node -r sucrase/register src/cli.ts",

src/cli.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ async function main() {
8888
routes: config.routes,
8989
onBrowserPage: config.onBrowserPage,
9090
manually: config.manually,
91-
linkFilter: config.linkFilter
91+
linkFilter: config.linkFilter,
9292
wait: config.wait,
9393
},
9494
writer,

0 commit comments

Comments
 (0)