Skip to content

Commit 61e8866

Browse files
committed
Merge remote-tracking branch 'origin/main' into feat/extend-luigi-context
2 parents c6faa87 + 5b177ea commit 61e8866

File tree

7 files changed

+843
-1118
lines changed

7 files changed

+843
-1118
lines changed

.github/workflows/pipeline.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ concurrency:
1515
jobs:
1616
pipe:
1717
uses: platform-mesh/.github/.github/workflows/pipeline-node-module.yml@main
18+
secrets: inherit
1819
with:
1920
publishFromDist: true
20-
secrets: inherit
21+
environment: npmjs:@platform-mesh/portal-ui-lib

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/bazel-out
99

1010
# Node
11-
/node_modules
11+
node_modules/
1212
npm-debug.log
1313
yarn-error.log
1414

@@ -39,3 +39,7 @@ yalc.lock
3939
# System files
4040
.DS_Store
4141
Thumbs.db
42+
43+
#AI Tools
44+
.claude
45+
CLAUDE.local.md

.npmrc

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)