Skip to content

Commit

Permalink
feat(knapsack): Add repo root
Browse files Browse the repository at this point in the history
  • Loading branch information
VancheeZze committed Apr 19, 2023
1 parent 541a7c8 commit fbfff26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/knapsack/knapsack.config.js
@@ -1,7 +1,6 @@
const { join } = require('path');
const { configureKnapsack } = require('@knapsack/app');
const { KnapsackBodilessRenderer } = require('@bodiless/knapsack-renderer');
const postcssOptions = require('./postcss.config');
const { version } = require('../../lerna.json');
const { demoWrapperPath } = require('./common-config');
const webpackConfig = require('./webpack.config');
Expand All @@ -21,6 +20,7 @@ module.exports = configureKnapsack({
cloud: {
siteId: 'jnj-canvasx',
repoName: 'Bodiless-JS',
repoRoot: join(__dirname, '../../'),
repoOwner: 'johnsonandjohnson',
baseBranch: 'main',
},
Expand Down

0 comments on commit fbfff26

Please sign in to comment.