Skip to content

Commit

Permalink
feat(ref: no-ref): update angular json
Browse files Browse the repository at this point in the history
feat(ref: no-ref): update angular json
  • Loading branch information
andriikamaldinov1 authored Nov 29, 2024
2 parents 6698fdc + a55deb5 commit 6811d48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- name: Extract version
id: get_version
run: |
VERSION=$(node -p "require('./dist/ngx-copypaste-lib/package.json').version")
echo "version=$VERSION" >> $GITHUB_OUTPUT
VERSION=$(node -p "require('./dist/ngx-copypaste-lib/package.json').version")
echo "version=$VERSION" >> $GITHUB_OUTPUT
slack_notification:
needs:
Expand Down
2 changes: 2 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
"src/styles.scss"
],
"scripts": [],
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"configurations": {
Expand Down

0 comments on commit 6811d48

Please sign in to comment.