diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-11-19 10:26:23 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-11-19 10:26:23 +0900 |
| commit | be313b8d785aba87d236b4f2a2021bc992420128 (patch) | |
| tree | fb1a7c5b054955bef6e7f6608f2419da9a1c80b8 /package.json | |
| parent | update deps (diff) | |
| download | sharkey-be313b8d785aba87d236b4f2a2021bc992420128.tar.gz sharkey-be313b8d785aba87d236b4f2a2021bc992420128.tar.bz2 sharkey-be313b8d785aba87d236b4f2a2021bc992420128.zip | |
chore: Unflag JSON modules
https://github.com/nodejs/node/pull/41736
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 6ad24b27ff..66102f1809 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ "scripts": { "postinstall": "node ./scripts/install-packages.js", "build": "node ./scripts/build.js", - "start": "cd packages/backend && node --experimental-json-modules ./built/boot/index.js", - "start:test": "cd packages/backend && cross-env NODE_ENV=test node --experimental-json-modules ./built/boot/index.js", + "start": "cd packages/backend && node ./built/boot/index.js", + "start:test": "cd packages/backend && cross-env NODE_ENV=test node ./built/boot/index.js", "init": "npm run migrate", "migrate": "cd packages/backend && npx typeorm migration:run -d ormconfig.js", "migrateandstart": "npm run migrate && npm run start", |