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 0e5837b commit fbb8555Copy full SHA for fbb8555
package.json
@@ -29,7 +29,7 @@
29
"cleanup": "shx rm -rf dist",
30
"prebuild": "npm run cleanup && npm run verify",
31
"build": "tsc && tsc --target es2018 --outDir dist/esm2015 && rollup -c config/rollup.config.js && rollup -c config/rollup.config.js --environment NODE_ENV:production",
32
- "postbuild": "node scripts/copy && node scripts/build && npm run size",
+ "postbuild": "node scripts/copy && npm run size",
33
"docs": "typedoc -p . --theme minimal --target 'es6' --excludeNotExported --excludePrivate --ignoreCompilerErrors --exclude \"**/src/**/__tests__/*.*\" --out docs src/",
34
"test": "jest -c ./config/jest.config.js",
35
"test:watch": "npm t -- --watch",
0 commit comments