Skip to content

Commit

Permalink
add publish scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalfertheiner committed Aug 15, 2021
1 parent 54732b2 commit 5df985a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@
"lint:fix": "eslint --ext .js,.ts,.tsx,.jsx,.stories.mdx --fix .",
"test": "jest --passWithNoTests",
"test:watch": "jest --passWithNoTests --watch",
"build-storybook": "build-storybook"
"build-storybook": "build-storybook",
"prepare": "npm run build",
"prepublishOnly": "npm run test && npm run lint",
"version": "npm run test && npm run lint && git add -A src",
"postversion": "git push && git push --tags"
},
"dependencies": {
"classnames": "^2.3.1",
Expand Down Expand Up @@ -79,9 +83,9 @@
"yup": "^0.32.9"
},
"files": [
"components",
"designSystem",
"esm",
"components/**/*",
"designSystem/**/*",
"esm/**/*",
"action.d.ts",
"action.js",
"alert.d.ts",
Expand Down

0 comments on commit 5df985a

Please sign in to comment.