|
9 | 9 | "fixmaps:lib": "tweak_sourcemap_paths -a --include 'lib/**/*.js.map' 'lib-esm/**/*.js.map'",
|
10 | 10 | "fixmaps:bundle": "tweak_sourcemap_paths -a --include 'release/**/*.js.map'",
|
11 | 11 | "build": "npm run clean && npm run compile && npm run bundle && npm run fixmaps:lib && npm run fixmaps:bundle",
|
| 12 | + "lint": "eslint src/**/*.ts", |
12 | 13 | "package": "npm run build",
|
13 | 14 | "bundle": "npm run bundle_router && npm run bundle_monolithic_router && npm run bundle_events && npm run bundle_resolve",
|
14 | 15 | "bundle_monolithic_router": "rollup -c --environment ROUTER,MONOLITHIC && rollup -c --environment ROUTER,MINIFY,MONOLITHIC",
|
|
0 commit comments