We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e21d358 commit 6583584Copy full SHA for 6583584
package.json
@@ -9,6 +9,7 @@
9
"fixmaps:lib": "tweak_sourcemap_paths -a --include 'lib/**/*.js.map' 'lib-esm/**/*.js.map'",
10
"fixmaps:bundle": "tweak_sourcemap_paths -a --include 'release/**/*.js.map'",
11
"build": "npm run clean && npm run compile && npm run bundle && npm run fixmaps:lib && npm run fixmaps:bundle",
12
+ "lint": "eslint src/**/*.ts",
13
"package": "npm run build",
14
"bundle": "npm run bundle_router && npm run bundle_monolithic_router && npm run bundle_events && npm run bundle_resolve",
15
"bundle_monolithic_router": "rollup -c --environment ROUTER,MONOLITHIC && rollup -c --environment ROUTER,MINIFY,MONOLITHIC",
0 commit comments