Skip to content

Commit

Permalink
Merge pull request #274 from casper-ecosystem/hotfix/2.12.0
Browse files Browse the repository at this point in the history
Hotfix: release script adjustments
  • Loading branch information
hoffmannjan authored Mar 27, 2023
2 parents 4449564 + b8cab90 commit 72f8734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"docs:watch": "rm -rf docs && typedoc --watch",
"docs:serve": "npm run docs:build && serve docs",
"docs:dev": "concurrently \"npm run docs:watch\" \"serve docs\"",
"prepublishOnly": "npm run build && npm run test",
"prepublishOnly": "npm run build && npm run test:unit",
"postpublish": "rm -rf temp-apidoc && mv ._README.md README.md"
},
"keywords": [
Expand Down

0 comments on commit 72f8734

Please sign in to comment.