Skip to content

Commit

Permalink
Sort scripts on mutable baggage package json
Browse files Browse the repository at this point in the history
  • Loading branch information
diogotorres97 committed Nov 3, 2023
1 parent 1561668 commit 09a5788
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/opentelemetry-mutable-baggage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"node": ">=18"
},
"scripts": {
"prebuild": "rm -rf dist",
"build": "tsc",
"lint": "eslint --ext .ts,.js .",
"postlint": "tsc --noEmit",
"test": "vitest",
"release": "release-it"
"prebuild": "rm -rf dist",
"release": "release-it",
"test": "vitest"
},
"lint-staged": {
"*.{ts,js}": [
Expand Down

0 comments on commit 09a5788

Please sign in to comment.