Skip to content

Commit

Permalink
Add publish in github script
Browse files Browse the repository at this point in the history
  • Loading branch information
barcia committed Mar 17, 2022
1 parent b1a153d commit fd608e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
"lint": "stylelint src/*.css",
"prebuild": "npm run lint",
"build": "node .scripts/build.js",
"prepublishOnly": "npm run build"
"publish:github": "npm publish --registry=https://npm.pkg.github.com",
"prepublishOnly": "npm run build",
"postpublish": "npm run publish:github"
},
"keywords": [
"css",
Expand Down

0 comments on commit fd608e2

Please sign in to comment.