Skip to content

Commit

Permalink
Remove publish scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
onigoetz committed May 3, 2024
1 parent ffad986 commit a8ca03a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@
"format": "biome format src",
"check": "biome check src",
"test": "TZ=Europe/Zurich c8 node --test __tests__/*.js",
"test:ci": "TZ=Europe/Zurich c8 -r lcov -r text node --test __tests__/*.js",
"prepublishOnly": "yarn test",
"postpublish": "git push && git push --tags"
"test:ci": "TZ=Europe/Zurich c8 -r lcov -r text node --test __tests__/*.js"
}
}

0 comments on commit a8ca03a

Please sign in to comment.