Skip to content

Commit

Permalink
chore: Publish to lib folder
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldowseza committed Mar 19, 2024
1 parent 6973cf6 commit 17cbb36
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ jobs:
release:
uses: cloudscape-design/actions/.github/workflows/release.yml@main
secrets: inherit
with:
publish-packages: lib
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ coverage
.DS_Store
.nyc_output
.tap
lib
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"*.js"
],
"scripts": {
"prebuild": "rm -rf lib && mkdir lib",
"build": "echo 'Nothing to build'",
"postbuild": "cp *.js README.md LICENSE package.json lib",
"lint": "eslint .",
"test": "tap",
"prepare": "husky install"
Expand Down

0 comments on commit 17cbb36

Please sign in to comment.