Skip to content

Commit 94fa581

Browse files
chore: Include NOTICE in artifact (#62)
1 parent f4a436f commit 94fa581

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
@@ -24,7 +24,7 @@
2424
"prepare": "husky",
2525
"prebuild": "rm -rf lib && mkdir lib",
2626
"build": "node postcss.js && tsc",
27-
"postbuild": "cp dark-mode-utils.css package.json THIRD-PARTY-LICENSES.txt LICENSE README.md lib",
27+
"postbuild": "cp dark-mode-utils.css package.json THIRD-PARTY-LICENSES.txt LICENSE NOTICE README.md lib",
2828
"lint": "eslint .",
2929
"test": "vitest --run"
3030
},

0 commit comments

Comments
 (0)