Skip to content

Commit f22a794

Browse files
chore: Include NOTICE in artifact (#73)
1 parent 927ba6f commit f22a794

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
@@ -22,7 +22,7 @@
2222
"lint": "eslint --ignore-path .gitignore --ext js,ts,tsx .",
2323
"prebuild": "rimraf lib",
2424
"build": "tsc -p tsconfig.json && tsc -p tsconfig.test.json",
25-
"postbuild": "cp package.json README.md LICENSE lib",
25+
"postbuild": "cp package.json README.md NOTICE LICENSE lib",
2626
"test": "vitest run",
2727
"prepare": "husky"
2828
},

0 commit comments

Comments
 (0)