fix(build): package adjustments for semantic release update (#426) · patternfly/patternfly-ng@bfc1438 · GitHub
Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit bfc1438

Browse files
authored
fix(build): package adjustments for semantic release update (#426)
1 parent 1441bf2 commit bfc1438

4 files changed

Lines changed: 35 additions & 34 deletions

File tree

gulpfile.js

Lines changed: 4 additions & 3 deletions

package-lock.json

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/scripts/bundle/rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const resolve = require('rollup-plugin-node-resolve');
88
const rollup = require('rollup');
99

1010
export const LIB_NAME = 'patternfly-ng';
11-
export const PATH_SRC = 'dist/app/';
11+
export const PATH_SRC = 'dist/';
1212
export const PATH_DIST = 'dist/bundles/';
1313

1414
export const config = {

tsconfig-prod.json

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)