Skip to content

Commit

Permalink
Should be prepublishOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
Legend-Master committed Aug 12, 2024
1 parent 228564a commit 50994c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docusaurus-plugin-native-ideal-image",
"version": "0.0.2",
"version": "0.0.3",
"description": "Pre-process images to multiple formats and low quality image placeholders",
"keywords": ["docusaurus"],
"author": "Tony",
Expand All @@ -20,7 +20,7 @@
"watch": "tsc -p ./src --watch",
"copy-css": "node scripts/copy-css.js",
"clean-lib-folder": "node scripts/clean-lib-folder.js",
"publish": "npm run clean-lib-folder && npm run build && npm publish"
"prepublishOnly": "npm run clean-lib-folder && npm run build"
},
"devDependencies": {
"@types/loader-utils": "^2.0.6",
Expand Down

0 comments on commit 50994c4

Please sign in to comment.