Skip to content

Commit

Permalink
fix: prepare script in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyloewen committed Jun 27, 2024
1 parent cf05a2f commit c4b1aac
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 @@ -43,7 +43,7 @@
"build": "npm run build:js && npm run build:css",
"build:js": "rollup -c",
"build:css": "postcss layouts.css -o dist/layouts.css",
"prepare": "husky",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
}
}

0 comments on commit c4b1aac

Please sign in to comment.