Skip to content

Commit

Permalink
Build all packages before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrasser committed Nov 19, 2024
1 parent 40efe83 commit 1a4647e
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 @@ -18,7 +18,7 @@
"lint": "eslint .",
"format": "prettier --plugin-search-dir . --write .",
"prepack": "npm run prepack --workspaces",
"pretest": "npm run build --workspace linkifyjs --silent",
"pretest": "npm run build -- --silent",
"test": "mocha --file test/setup.mjs --recursive",
"test:coverage": "nyc --reporter=lcov --reporter=text mocha test/index.js",
"test:ci": "run-s test:ci1 test:ci2",
Expand Down

0 comments on commit 1a4647e

Please sign in to comment.