Skip to content

Commit

Permalink
Run in prepublishOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Apr 17, 2024
1 parent b07cf21 commit c5c662a
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 @@ -13,7 +13,7 @@
"publish:lib": "scripts/publish-lib.sh",
"strapi": "strapi",
"types": "npx openapi-typescript src/extensions/documentation/documentation/1.0.0/full_documentation.json -o src/gen/types.ts",
"prepare": "echo '❌ ERROR: The lib should be published from \"lib\" directory. Read README for more information.' && exit 99"
"prepublishOnly": "echo '❌ ERROR: The lib should be published from \"lib\" directory. Read README for more information.' && exit 99"
},
"dependencies": {
"@strapi/plugin-documentation": "4.13.3",
Expand Down

0 comments on commit c5c662a

Please sign in to comment.