@@ -1,10 +1,13 @@
{
- "packages": ["packages/*"],
- "version": "3.5.0",
- "npmClient": "npm",
- "command": {
- "version": {
- "push": false
- }
+ "packages": ["packages/*"],
+ "version": "3.5.0",
+ "npmClient": "npm",
+ "command": {
+ "version": {
+ "push": false
+ },
+ "run": {
+ "cache": true
}
+ }
@@ -0,0 +1,13 @@
+{
+ "targetDefaults": {
+ "build": {
+ "cache": true,
+ "dependsOn": ["^build"],
+ "outputs": ["{projectRoot}/dist"]
+ "test": {
+ "dependsOn": ["build"]
+}