Skip to content

Commit 3082081

Browse files
committed
chore: optimize deployment workflow
- Moved dist/ directory to .gitignore and untracked build artifacts. - Added npm `files` field to ensure dist/ is included in published packages. - Introduced `release:patch/minor/major` npm scripts for one-step deployment. - Refined Gulp tasks: - Integrated Rollup into the `assets` deployment pipeline. - Updated `gitCommit` to capture all source and configuration files. - Removed redundant `http-server` dependency and `serve` script.
1 parent 87cea4e commit 3082081

13 files changed

Lines changed: 56 additions & 1607 deletions

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
node_modules/
2-
dist/angular-chart.js.tar.gz
2+
dist/
33
test/fixtures/shots/
44
coverage/
55
playwright-report/

0 commit comments

Comments
 (0)