Skip to content

Commit df9c975

Browse files
chore: Ensure LICENSE and NOTICE are copied to lib (#80)
1 parent 43fd41a commit df9c975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"build:src:js": "tsc -p tsconfig.json --inlineSources --sourceMap",
3030
"build:src:css": "node scripts/compile-styles.js",
3131
"build:src:test-utils": "node scripts/test-utils.js",
32-
"build:src:copy": "cp README.md lib/components/",
32+
"build:src:copy": "cp README.md NOTICE LICENSE lib/components/",
3333
"build:src:docs": "node scripts/docs.js",
3434
"build:src:environment": "node scripts/environment",
3535
"build:themeable": "node scripts/themeable-source",

0 commit comments

Comments
 (0)