Skip to content

Commit

Permalink
fix: semrelease playing
Browse files Browse the repository at this point in the history
  • Loading branch information
phgrey authored Nov 8, 2023
1 parent 98f5882 commit a3da238
Show file tree
Hide file tree
Showing 5 changed files with 9,984 additions and 18 deletions.
9 changes: 0 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,15 +140,6 @@ jobs:
- run:
name: Hex auth
command: mix hex.organization auth coingaming --key $HEX_API_KEY
- run:
name: Fetch dependencies
command: mix deps.get
- run:
name: Compile dependencies
command: mix deps.compile
- run:
name: Compile protocols
command: mix compile --warnings-as-errors
- run:
name: Test
command: mix test
Expand Down
9 changes: 1 addition & 8 deletions assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@
"tailwindcss": "^3.3.2",
"@popperjs/core": "^2.11.6",
"scroll-into-view-if-needed": "^3.0.10",
"smooth-scroll-into-view-if-needed": "^2.0.0",

"semantic-release": "18.0.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/release-notes-generator": "^10.0.3"
"smooth-scroll-into-view-if-needed": "^2.0.0"
}
}
3 changes: 2 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ defmodule Moon.MixProject do
],
fromat: ["format"],
"semantic.release": [
"cmd --cd assets npx semantic-release --extends ../scripts/deploy/semantic-release.js"
"cmd npm i",
"cmd npx semantic-release --extends ./scripts/deploy/semantic-release.js"
]
]
end
Expand Down
Loading

0 comments on commit a3da238

Please sign in to comment.