Skip to content

Commit aedb21e

Browse files
committed
Add static files to dist
1 parent 5d2607e commit aedb21e

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
@@ -13,9 +13,10 @@
1313
}
1414
},
1515
"scripts": {
16-
"build": "rimraf dist && npm run build:esm && npm run build:cjs && ./fix-exports-type.sh",
16+
"build": "rimraf dist && npm run build:esm && npm run build:cjs && npm run build:static-files && scripts/fix-exports-type.js",
1717
"build:esm": "tsc -p tsconfig.esm.json",
1818
"build:cjs": "tsc -p tsconfig.json",
19+
"build:static-files": "cp package.json CHANGELOG.md README.md dist/",
1920
"test": "karma start",
2021
"types": "tsc -p tsconfig.esm.json",
2122
"lint": "eslint . --ext .ts,.tsx",

0 commit comments

Comments
 (0)