Skip to content

Commit

Permalink
build: fix test script
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Dec 28, 2023
1 parent 12e69dc commit 5cad6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"clean": "node scripts/build/clean.mjs",
"start": "node --enable-source-maps dist/Skyra.js",
"start:profiler:0x": "0x --collect-only dist/Skyra.js",
"test": "vitest",
"test": "vitest run",
"lint": "eslint --fix --ext ts src tests",
"format": "prettier --write --log-level=warn \"{src,tests}/**/*.{js,ts,json}\"",
"scripts:tlds": "node scripts/tlds.mjs",
Expand Down

0 comments on commit 5cad6db

Please sign in to comment.