Skip to content

Commit

Permalink
Merge pull request #324 from initiative-sh/update-npm-dependencies-2
Browse files Browse the repository at this point in the history
Update npm dependencies (again)
  • Loading branch information
MikkelPaulson authored Sep 20, 2023
2 parents 2209722 + 6bb2b9d commit 5a266d3
Show file tree
Hide file tree
Showing 5 changed files with 4,236 additions and 5,311 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,14 @@ jobs:
Please add a brief description of your change to the top of data/changelog.md.
See existing changes for formatting; accepted tags are "Bug", "Enhancement"
(minor change to an existing feature), and "New" (completely new feature).
Contributors are also encouraged to tag changelog entries with their GitHub
@username.
Changelog data will be shown on the landing page, in response to the
`changelog` command, and broadcast to Discord upon release.' >&2
`changelog` command, and broadcast to Discord upon release.
This reminder can be ignored for changes with no user-facing impact, such as
dependency updates and refactors. Or not! It's up to you, really.' >&2
exit 1
fi
Expand Down
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ members = [
"scripts",
"web",
]

resolver = "2"
2 changes: 1 addition & 1 deletion dev-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ set -euxo pipefail

cd web
npm install
pgrep webpack || npm start &
wasm-pack build
npm start
Loading

0 comments on commit 5a266d3

Please sign in to comment.