Skip to content

Commit

Permalink
another try
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioPinheiro committed Oct 4, 2023
1 parent bea57ed commit 0feb39f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/scala-steward.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
uses: japgolly/setup-scalajs@v1
- name: Cache sbt
uses: coursier/[email protected]
- name: Install npm dependencies
run: npm install

# this ciJobPrepare is to avoid the error java.lang.IllegalArgumentException: requirement failed:
# You must add typescript as a dependency. /home/runner/scala-steward/workspace/repos/FabioPinheiro/scala-did/node_modules/typescript/lib must exist.
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ addCommandAlias("fullPackAll", "docs/mdoc;doc;compile;serviceworker/fullLinkJS;w
addCommandAlias("cleanAll", "clean;docs/clean")
addCommandAlias("assemblyAll", "installFrontend;fullPackAll;buildFrontend;demoJVM/assembly")
addCommandAlias("live", "fastPackAll;~demoJVM/reStart")
addCommandAlias("ciJobPrepare", "installFrontend;fullPackAll;buildFrontend;testAll")
addCommandAlias("ciJobPrepare", "installFrontend;fullPackAll;buildFrontend")
addCommandAlias("ciJob", "ciJobPrepare;testAll")

lazy val installFrontend = taskKey[Unit]("Install all NPM package")
Expand Down

0 comments on commit 0feb39f

Please sign in to comment.