Skip to content

Commit

Permalink
📝 [#49] fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkiysendoorn1 committed Mar 19, 2024
1 parent 448e819 commit dc34287
Show file tree
Hide file tree
Showing 3 changed files with 189 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Build library
run: |
npm build
npm run build
- name: Store build artifact
uses: actions/upload-artifact@v3
Expand Down
185 changes: 185 additions & 0 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"require": "./lib/cjs/index.js",
"default": "./lib/cjs/index.js"
},
"./esm/": "./lib/esm/"
"./esm/": "./lib/esm/",
"./lib/": "./lib/"
},
"scripts": {
"build:esm": "ttsc -p tsconfig.prod.json && tsc-alias -p tsconfig.prod.json",
Expand Down Expand Up @@ -71,6 +72,7 @@
"storybook-react-intl": "^3.0.1",
"tsc-alias": "^1.8.8",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"ttypescript": "^1.5.15",
"typescript": "^5.4.2"
},
"dependencies": {
Expand Down

0 comments on commit dc34287

Please sign in to comment.