Przeglądaj źródła

bugfix of npm scripts

Yuki Takei 4 lat temu
rodzic
commit
b77e6b87a1
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      packages/app/package.json

+ 2 - 2
packages/app/package.json

@@ -29,7 +29,7 @@
     "test:lint:swagger2openapi": "node node_modules/.bin/oas-validate tmp/swagger.json",
     "test:lint": "run-p test:lint:*",
     "test:unit": "cross-env NODE_ENV=test jest --passWithNoTests -- ",
-    "pretest:lint:js": "yarn resources:plugin",
+    "pretest:lint:eslint": "yarn resources:plugin",
     "pretest:lint:swagger2openapi": "yarn openapi:v3",
     "//// misc": "",
     "console": "cross-env NODE_ENV=development yarn ts-node --experimental-repl-await src/server/console.js",
@@ -138,6 +138,7 @@
     "string-width": "=4.2.2",
     "swagger-jsdoc": "^3.4.0",
     "swig-templates": "^2.0.2",
+    "ts-node": "^9.1.1",
     "uglifycss": "^0.0.29",
     "universal-bunyan": "^0.9.2",
     "unzipper": "^0.10.5",
@@ -238,7 +239,6 @@
     "toastr": "^2.1.2",
     "ts-jest": "^27.0.4",
     "ts-loader": "^8.3.0",
-    "ts-node": "^9.1.1",
     "ts-node-dev": "^1.1.6",
     "tsc-alias": "^1.2.9",
     "tsconfig-paths": "^3.9.0",