Skip to content

Commit

Permalink
fix: workflow for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe-gsilva committed Oct 14, 2024
1 parent a9d373f commit 808f910
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: DeLaGuardo/[email protected]
with:
cli: "1.11.1.1139"
- uses: actions/setup-node@v3
with:
node-version: "20"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mockingbird-lib",
"version": "0.0.1",
"main": "dist/mockingbird-core.js",
"version": "0.1.1",
"main": "dist/mockingbird-core.min.js",
"files": [
"dist/",
"README.md",
Expand Down
4 changes: 1 addition & 3 deletions shadow-cljs.edn
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,13 @@
:ci-tests {:target :karma
:output-to "resources/test/ci.js"
:ns-regexp "-test$"
:compiler-options {:static-fns false}}
:compiler-options {:static-fns false}}
:npm-module {:target :npm-module
:output-dir "./target/"
:devtools {:enabled false}
:exports {:components mockingbird.components
:layout mockingbird.layout
:helpers mockingbird.helpers
:examples mockingbird.examples
:dev mockingbird.dev
:lib mockingbird.lib
:core mockingbird.core}
:js-options {:js-provider :import}
Expand Down

0 comments on commit 808f910

Please sign in to comment.