Skip to content

Commit a0ba2f5

Browse files
chore(ng-package): add assets and preserve scripts in package.json.
1 parent dfa26b4 commit a0ba2f5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

ng-package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,10 @@
33
"dest": "../../dist/sass-list",
44
"lib": {
55
"entryFile": "src/public-api.ts"
6-
}
6+
},
7+
"assets": [
8+
"./src/lib/**/*.scss",
9+
"*.scss"
10+
],
11+
"keepLifecycleScripts": true
712
}

0 commit comments

Comments
 (0)