Skip to content

Commit

Permalink
Updated the publish css command
Browse files Browse the repository at this point in the history
  • Loading branch information
jagankumar-egov committed Jun 3, 2024
1 parent a26ce61 commit a0b4975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"start": "gulp build",
"build:prod": "NODE_ENV=production gulp build",
"prepublish": "yarn build:prod",
"publish:scss": "npm publish --tag core-v0.1",
"publish:css-develop": "npm publish --tag core-v0.1",
"publish:css": "npm publish --access public",
"deploy": "gulp && cp -R svg example && cp -R img example && gh-pages -d example"
},
Expand Down

0 comments on commit a0b4975

Please sign in to comment.