Skip to content

Commit

Permalink
add experimental-require-module
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinGruber committed Sep 19, 2024
1 parent 2b4b6ac commit 37aa7f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"fix-signatures": "npx ts-node ./scripts/fixSignatures.ts && npm run prettier_sources",
"gen-doc": "npm run updt-doc-config && npx typedoc",
"updt-doc-config": "npx ts-node ./scripts/updateTypeDoc.ts",
"start": "node ./scripts/h1z1-server-demo-2016.js",
"start": "node --experimental-require-module ./scripts/h1z1-server-demo-2016.js",
"start-dev": "npm run build && npm start",
"start-echo": "npm run build && npm run build-benchs && node --inspect ./benchmarks/out/echo/echo-server-start.js",
"lint": "npx eslint src",
"lint-quiet": "npx eslint --quiet src",
Expand All @@ -67,8 +68,7 @@
"publish_release-next": "npm version --no-git-tag-version prerelease && git add * && git commit -m 'publish-a-next-version' && npm publish --tag next && git push origin dev",
"check_prettier": "prettier --check ./src && prettier --check ./tests && prettier --check ./benchmarks",
"prettier_sources": "prettier --write ./src && prettier --write ./tests && prettier --write ./benchmarks",
"tests": "npm run gen-packets-types && npm run gen-packets-interfaces && npm run prettier_sources",
"start-dev": "npm run build && npm start"
"tests": "npm run gen-packets-types && npm run gen-packets-interfaces && npm run prettier_sources"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 37aa7f3

Please sign in to comment.