Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jchip committed Dec 16, 2020
1 parent f90b283 commit 1814a2d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
17 changes: 8 additions & 9 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
{
"version": "independent",
"command.publish.config": {
"ignore": ["*.md"]
},
"command": {
"bootstrap": {
"ignore": ["ignite-core", "electrode-ignite", "generator-electrode"]
}
},
"fynpo": {
"publishConfig": {
"ignore": [],
"npmClientArgs": [],
"npmRunScripts": ["build"]
},
"publish": {
"ignoreChanges": ["*.md"],
"tags": {
"xarc8": {
"enabled": false,
Expand All @@ -31,5 +29,6 @@
}
}
}
}
},
"fynpo": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"bluebird": "^3.5.0",
"fynpo": "^0.1.31",
"fynpo": "^0.1.32",
"lerna": "^3.22.1",
"lodash": "^4.17.10",
"semver": "^5.3.0",
Expand Down

0 comments on commit 1814a2d

Please sign in to comment.