Skip to content

Commit

Permalink
chore(package): switch from prepublishOnly to preversion
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd authored Aug 27, 2024
1 parent 0f583e7 commit cdb583b
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 @@ -32,7 +32,7 @@
"build": "sass sass/:css/ -c -s compressed --source-map --no-error-css",
"postbuild": "postcss css/*.css -r -u autoprefixer cssnano -m",
"watch:css": "sass sass/:css/ -c -s compressed --source-map --no-error-css -w",
"prepublishOnly": "npm run build",
"preversion": "npm run build",
"test": "stylelint \"./sass/**/*.scss\"",
"bundlewatch": "bundlewatch"
},
Expand Down

0 comments on commit cdb583b

Please sign in to comment.