Skip to content

Commit

Permalink
Merge pull request #200 from deriv-com/publish-command
Browse files Browse the repository at this point in the history
Prince/added publish command
  • Loading branch information
prince-deriv authored Feb 6, 2025
2 parents b73286f + cfdecff commit cc74324
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deriv-com/quill-tokens",
"version": "0.0.0",
"version": "2.0.17",
"private": false,
"description": "",
"main": "index.js",
Expand All @@ -17,7 +17,8 @@
"test:ci": "jest --coverage",
"test:update": "jest --updateSnapshot",
"prepare": "husky install",
"prepublish": "babel src --out-dir dist && cp -r lib/styles/* dist && for f in dist/*.scss; do sass \"$f\" \"${f%.scss}.css\"; done"
"prepublish": "babel src --out-dir dist && cp -r lib/styles/* dist && for f in dist/*.scss; do sass \"$f\" \"${f%.scss}.css\"; done",
"publish": "npm run build && npm run prepublish && npm publish"
},
"keywords": [],
"author": "Michio",
Expand Down

0 comments on commit cc74324

Please sign in to comment.