Skip to content

Commit

Permalink
Merge pull request #11 from marchintosh94/dev
Browse files Browse the repository at this point in the history
fixed publish script
  • Loading branch information
marchintosh94 authored Apr 20, 2022
2 parents 5e20529 + a52f29b commit 7d1728b
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": "@marchintosh94/number-format",
"version": "0.1.3",
"version": "0.1.4",
"description": "Format numbers and number string",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -9,7 +9,8 @@
],
"scripts": {
"test": "jest",
"build": "rm -rf dist/ && tsc --project tsconfig.build.json"
"build": "rm -rf dist/ && tsc --project tsconfig.build.json",
"publish": "npm run build && npm publish --access public"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 7d1728b

Please sign in to comment.