Skip to content

Commit 8f8b798

Browse files
committed
[FIX] Package: ensure we ship style sheets in releases
Ever since we started using external style sheets in addition to our inline css, we never updated the package.json file to ensure it got added to the release on npm. closes #7600 Task: 0 X-original-commit: a61715a Signed-off-by: Vincent Schippefilt (vsc) <vsc@odoo.com> Signed-off-by: Rémi Rahir (rar) <rar@odoo.com>
1 parent 0fe5ce5 commit 8f8b798

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"files": [
1111
"dist/*.js",
1212
"dist/*.d.ts",
13-
"dist/*.xml"
13+
"dist/*.xml",
14+
"dist/*.css"
1415
],
1516
"scripts": {
1617
"serve-static": "live-server --open=demo --watch=build/o_spreadsheet.iife.js,build/o_spreadsheet.xml,build/o_spreadsheet.css,main.css,demo",

0 commit comments

Comments
 (0)