Skip to content

Commit

Permalink
Work around Node warning
Browse files Browse the repository at this point in the history
npm/cli#7857

Signed-off-by: Olav Seyfarth <[email protected]>
  • Loading branch information
nursoda committed Dec 5, 2024
1 parent f20c6c1 commit 160a26c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions krankerl.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
before_cmds = [
"composer install --no-dev -o",
"npm ci",
"npm run build",
"NODE_OPTIONS='--disable-warning=ExperimentalWarning' npm ci",
"NODE_OPTIONS='--disable-warning=ExperimentalWarning' npm run build",
]

0 comments on commit 160a26c

Please sign in to comment.