Skip to content

Commit

Permalink
chore: Add dist script
Browse files Browse the repository at this point in the history
  • Loading branch information
the-spyke committed Dec 31, 2020
1 parent 1442e40 commit dff6da5
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 @@ -12,7 +12,7 @@
"scripts": {
"build": "echo 'Empty build step'",
"clear": "rm -rf build dist node_modules",
"dist": "echo 'This package doesn't support publishing!' && exit 1",
"dist": "rm -rf dist && mkdir dist && cd dist && npm pack ..",
"lint": "eslint --format='unix' '**/*.?(c|m)js'",
"release": "lerna version --no-git-tag-version --no-private --no-push --conventional-commits",
"test": "jest"
Expand Down

0 comments on commit dff6da5

Please sign in to comment.