We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd49d3f commit f05699fCopy full SHA for f05699f
1 file changed
package.json
@@ -56,6 +56,7 @@
56
"scripts": {
57
"build:safe": "npm run test && npm run check-types && npm run copyfiles && npm run build:types && npm run build:swc",
58
"build:swc": "swc ./src -d ./dist --config-file .swcrc --strip-leading-paths --ignore **/*.test.ts **/*.test.tsx **/__tests__/**",
59
+ "build": "npm run copyfiles && npm run build:types && npm run build:swc",
60
"build:types": "tsc --outDir dist --rootDir ./src",
61
"build:only": "npm run copyfiles && npm run build:types && npm run build:swc",
62
"clean": "rimraf {dist,*.tsbuildinfo}",
0 commit comments