-
- Downloads
SDF data item test
... | @@ -14,6 +14,7 @@ | ... | @@ -14,6 +14,7 @@ |
"lint": "eslint .", | "lint": "eslint .", | ||
"lint-fix": "eslint . --fix", | "lint-fix": "eslint . --fix", | ||
"test": "npm run lint && jest", | "test": "npm run lint && jest", | ||
"jest": "jest", | |||
"build": "npm run build-tsc && npm run build-extra && npm run build-webpack", | "build": "npm run build-tsc && npm run build-extra && npm run build-webpack", | ||
"build-viewer": "npm run build-tsc && npm run build-extra && npm run build-webpack-viewer", | "build-viewer": "npm run build-tsc && npm run build-extra && npm run build-webpack-viewer", | ||
"build-tsc": "concurrently \"tsc --incremental\" \"tsc --build tsconfig.commonjs.json --incremental\"", | "build-tsc": "concurrently \"tsc --incremental\" \"tsc --build tsconfig.commonjs.json --incremental\"", | ||
... | ... |
Please register or sign in to comment