Skip to content

Commit 6811d48

Browse files
feat(ref: no-ref): update angular json
feat(ref: no-ref): update angular json
2 parents 6698fdc + a55deb5 commit 6811d48

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
- name: Extract version
3333
id: get_version
3434
run: |
35-
VERSION=$(node -p "require('./dist/ngx-copypaste-lib/package.json').version")
36-
echo "version=$VERSION" >> $GITHUB_OUTPUT
35+
VERSION=$(node -p "require('./dist/ngx-copypaste-lib/package.json').version")
36+
echo "version=$VERSION" >> $GITHUB_OUTPUT
3737
3838
slack_notification:
3939
needs:

angular.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040
"src/styles.scss"
4141
],
4242
"scripts": [],
43+
"sourceMap": true,
44+
"optimization": false,
4345
"namedChunks": true
4446
},
4547
"configurations": {

0 commit comments

Comments
 (0)