Skip to content

Commit

Permalink
test: ensured that the package gets built before linting for publisha…
Browse files Browse the repository at this point in the history
…bility
  • Loading branch information
travi committed Mar 23, 2023
1 parent c62c632 commit c48b36c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"lint:publish": "publint",
"test:unit:base": "DEBUG=any vitest run",
"test:unit": "cross-env NODE_ENV=test c8 run-s test:unit:base",
"pretest": "run-s build",
"test": "npm-run-all --print-label --parallel lint:* --parallel test:*",
"clean": "rimraf lib/",
"build": "run-s clean build:*",
Expand Down

0 comments on commit c48b36c

Please sign in to comment.