Skip to content

Commit

Permalink
build: automate github releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Xhale1 committed Sep 20, 2022
1 parent 85f5ba4 commit a743ca7
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 1 deletion.
60 changes: 60 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"type-check": "tsc --pretty --noEmit",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook -c .storybook -o site",
"release": "release-it",
"release": "dotenv release-it --",
"build": "npm run build:clean && npm run build:dist",
"build:clean": "rimraf dist",
"build:dist": "NODE_ENV=production rollup -c",
Expand Down Expand Up @@ -76,6 +76,7 @@
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"babel-jest": "^29.0.3",
"dotenv-cli": "^6.0.0",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",
"jest": "^29.0.3",
Expand Down

0 comments on commit a743ca7

Please sign in to comment.