Skip to content

Commit

Permalink
chore(ci): change prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine-coulon committed Mar 12, 2024
1 parent 695a067 commit 17081f1
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 @@ -31,7 +31,7 @@
"build:test": "rimraf ./test_dist && tsc --project tsconfig.test.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": "pnpm run test:unit && pnpm run test:integration",
Expand Down

0 comments on commit 17081f1

Please sign in to comment.