Skip to content

Commit

Permalink
ooo
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Oct 7, 2024
1 parent b090b79 commit d657133
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 57 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
name: CI
"on":
workflow_dispatch: {}
pull_request: null
push:
branches:
- main
schedule:
- cron: "0 3 * * 0 "
env:
CI: true
dist: ember-statechart-component/dist

jobs:
install_dependencies:
name: Install Dependencies
Expand Down
5 changes: 5 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@ resolution-mode=highest
# super strict mode
auto-install-peers=false
resolve-peers-from-workspace-root=false

# default is true, we do this to try to have more isolation
# since we test with incompatible sets of TS types.
; shared-workspace-lockfile=false

99 changes: 45 additions & 54 deletions pnpm-lock.yaml

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

0 comments on commit d657133

Please sign in to comment.