|
|
|
@ -33,11 +33,11 @@
|
|
|
|
|
"test-electron": "yarn grunt test",
|
|
|
|
|
"test-integration": "ELECTRON_DISABLE_SANDBOX=1 mocha --exit --full-trace --timeout 10000 ts/test/session/integration/integration_itest.js",
|
|
|
|
|
"test-node": "mocha --recursive --exit --timeout 10000 test/app test/modules \"./ts/test/**/*_test.js\" ",
|
|
|
|
|
"eslint-full": "eslint . --cache",
|
|
|
|
|
"eslint-full": "eslint .",
|
|
|
|
|
"lint-full": "yarn format-full && yarn lint-files-full",
|
|
|
|
|
"lint-files-full": "yarn eslint-full && yarn tslint",
|
|
|
|
|
"tslint": "tslint --format stylish --project .",
|
|
|
|
|
"format-full": "prettier --list-different --write \"*.{css,js,json,scss,ts,tsx}\" \"./**/*.{css,js,json,scss,ts,tsx}\" \"./**/*.{css,js,json,scss,ts,tsx}\"",
|
|
|
|
|
"format-full": "prettier --list-different --write \"*.{css,js,json,scss,ts,tsx}\" \"./**/*.{css,js,json,scss,ts,tsx}\"",
|
|
|
|
|
"transpile": "tsc --incremental",
|
|
|
|
|
"transpile:watch": "tsc -w",
|
|
|
|
|
"clean-transpile": "rimraf ts/**/*.js ts/*.js ts/*.js.map ts/**/*.js.map && rimraf tsconfig.tsbuildinfo;",
|
|
|
|
|