We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc595bc commit 148b16bCopy full SHA for 148b16b
package.json
@@ -12,7 +12,7 @@
12
"fixmaps:bundle": "tweak_sourcemap_paths -a --include '_bundles/**/*.js.map'",
13
"prepublishOnly": "npm run build",
14
"test": "karma start",
15
- "test:downstream": "npm run build && test_downstream_projects",
+ "test:downstream": "test_downstream_projects",
16
"docs": "generate_docs",
17
"docs:publish": "generate_docs && publish_docs",
18
"watch": "run-p watch:*",
0 commit comments