We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d2607e commit aedb21eCopy full SHA for aedb21e
package.json
@@ -13,9 +13,10 @@
13
}
14
},
15
"scripts": {
16
- "build": "rimraf dist && npm run build:esm && npm run build:cjs && ./fix-exports-type.sh",
+ "build": "rimraf dist && npm run build:esm && npm run build:cjs && npm run build:static-files && scripts/fix-exports-type.js",
17
"build:esm": "tsc -p tsconfig.esm.json",
18
"build:cjs": "tsc -p tsconfig.json",
19
+ "build:static-files": "cp package.json CHANGELOG.md README.md dist/",
20
"test": "karma start",
21
"types": "tsc -p tsconfig.esm.json",
22
"lint": "eslint . --ext .ts,.tsx",
0 commit comments