We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6da5224 commit 686811bCopy full SHA for 686811b
includes/tasks/rollup.js
@@ -2,6 +2,7 @@ const cp = require('child_process');
2
3
/** @param {import("hexo")} hexo */
4
module.exports = function (hexo) {
5
+ if (hexo.env?.cmd?.startsWith('n')) { return; }
6
hexo.log.info('building js');
7
cp.execSync('yarn build', { cwd: './themes/Anatolo', stdio: 'inherit' });
8
hexo.log.info('build successful!');
0 commit comments