Skip to content

Commit

Permalink
dep: update xclap, and yarn message
Browse files Browse the repository at this point in the history
  • Loading branch information
jchip committed Mar 25, 2020
1 parent 8d11390 commit f681bf5
Show file tree
Hide file tree
Showing 4 changed files with 163 additions and 227 deletions.
2 changes: 1 addition & 1 deletion packages/xarc-app-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"webpack-hot-middleware": "^2.22.2",
"winston": "^2.3.1",
"xaa": "^1.2.2",
"xclap": "^0.2.45",
"xclap": "^0.2.46",
"xenv-config": "^1.3.1",
"xsh": "^0.4.4"
},
Expand Down
5 changes: 1 addition & 4 deletions packages/xarc-app/arch-clap.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ const optionalRequire = require("optional-require")(require);
// if it's not then this will fail with an error message that it's not found.
require.resolve(`${archetype.devArchetypeName}/package.json`);

const warnYarn = require("./lib/warn-yarn");

const devRequire = archetype.devRequire;

const detectCssModule = devRequire("@xarc/webpack/lib/util/detect-css-module");
Expand Down Expand Up @@ -1211,7 +1209,6 @@ module.exports = function(xclap) {
if (!process.env.hasOwnProperty("FORCE_COLOR")) {
process.env.FORCE_COLOR = "1"; // force color for chalk
}
xclap.load("electrode", makeTasks(xclap));
warnYarn();
xclap.load("electrode", makeTasks(xclap), -10);
generateBrowsersListRc();
};
19 changes: 0 additions & 19 deletions packages/xarc-app/lib/warn-yarn.js

This file was deleted.

Loading

0 comments on commit f681bf5

Please sign in to comment.