Skip to content

Commit e9a4101

Browse files
committed
fix: Build fix for node 20
1 parent 46c5548 commit e9a4101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"scripts": {
1010
"test": "echo \"Error: no test specified\" && exit 1",
11-
"build": "npx nx run-many -t build --all --exclude=@openscd/distribution"
11+
"build": "NODE_OPTIONS=--no-experimental-require-module npx nx run-many -t build --all --exclude=@openscd/distribution"
1212
},
1313
"repository": {
1414
"type": "git",

0 commit comments

Comments
 (0)