Skip to content

Commit

Permalink
chore: Update DEPLOY_PATH for 'tecrock-table'
Browse files Browse the repository at this point in the history
  • Loading branch information
433eros committed Dec 16, 2023
1 parent f2d4a07 commit 5a47b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tecrock-table/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const HtmlWebpackPlugin = require('html-webpack-plugin');

const webpackCommon = require('./webpack-common.config.js');

const DEPLOY_PATH = process.env.DEPLOY_PATH;
const DEPLOY_PATH = `../${process.env.DEPLOY_PATH}`;

module.exports = (env, argv) => {
const interactiveName = path.basename(__dirname); // e.g. "open-response"
Expand Down

0 comments on commit 5a47b38

Please sign in to comment.