Skip to content

Commit

Permalink
feat: add ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurTriis1 committed Oct 10, 2024
1 parent 2bf1711 commit 7b66724
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 3,271 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
run: yarn build

- name: Publish
run: yarn release
run: yarn publish --non-interactive
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"scripts": {
"dev": "webpack serve --mode development",
"build": "tsc --module commonjs --outDir dist/cjs & tsc --module esnext --outDir dist/esm",
"release": "lerna version patch --yes && lerna publish from-git --yes",
"test": "jest"
},
"repository": {
Expand All @@ -42,7 +41,6 @@
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lerna": "^8.1.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"ts-jest": "^29.2.2",
Expand Down
Loading

0 comments on commit 7b66724

Please sign in to comment.