Skip to content

Commit

Permalink
chore: fixed the order of build
Browse files Browse the repository at this point in the history
Changelog: chore
  • Loading branch information
mrspartak committed Jun 21, 2024
1 parent a1a233e commit 7be4abb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"homepage": "https://mrspartak.github.io/promises",
"scripts": {
"build": "tsup",
"test": "pnpm test:src:run && pnpm test:dist",
"test": "pnpm build && pnpm test:src:run && pnpm test:dist",
"test:dist": "vitest run --dir test/build",
"test:src": "vitest --coverage --dir test/src",
"test:src:run": "vitest run --coverage --dir test/src",
"check:format": "biome format --write ./src",
"check:lint": "biome lint ./src",
"local:node": "tsx local/main.ts",
"prepublishOnly": "node ./bin/prepublish.js && pnpm build && agadoo",
"prepublishOnly": "node ./bin/prepublish.js && agadoo",
"version": "pnpm doc && git add docs",
"release": "cross-env RELEASE_MODE=true np",
"doc": "typedoc --logLevel Verbose"
Expand Down

0 comments on commit 7be4abb

Please sign in to comment.