Skip to content

Commit

Permalink
chore: fix prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine-coulon committed Jan 28, 2024
1 parent f489a43 commit 621c7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/skott/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"build": "rimraf ./dist && tsc --project tsconfig.build.json",
"lint": "eslint .",
"lint:fix": "pnpm run lint --fix",
"prepublishOnly": "pnpm run test && pnpm run build",
"prepublishOnly": "pnpm run test:unit && pnpm run build",
"prestart": "pnpm run build",
"start": "node dist/bin/cli.js",
"test": "vitest run --config=test/vitest.config.js",
Expand Down

0 comments on commit 621c7b1

Please sign in to comment.