We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6698fdc + a55deb5 commit 6811d48Copy full SHA for 6811d48
.github/workflows/publish.yml
@@ -32,8 +32,8 @@ jobs:
32
- name: Extract version
33
id: get_version
34
run: |
35
- VERSION=$(node -p "require('./dist/ngx-copypaste-lib/package.json').version")
36
- echo "version=$VERSION" >> $GITHUB_OUTPUT
+ VERSION=$(node -p "require('./dist/ngx-copypaste-lib/package.json').version")
+ echo "version=$VERSION" >> $GITHUB_OUTPUT
37
38
slack_notification:
39
needs:
angular.json
@@ -40,6 +40,8 @@
40
"src/styles.scss"
41
],
42
"scripts": [],
43
+ "sourceMap": true,
44
+ "optimization": false,
45
"namedChunks": true
46
},
47
"configurations": {
0 commit comments