Skip to content

Commit f05699f

Browse files
authored
chore: add build script (#11)
1 parent bd49d3f commit f05699f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"scripts": {
5757
"build:safe": "npm run test && npm run check-types && npm run copyfiles && npm run build:types && npm run build:swc",
5858
"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",
5960
"build:types": "tsc --outDir dist --rootDir ./src",
6061
"build:only": "npm run copyfiles && npm run build:types && npm run build:swc",
6162
"clean": "rimraf {dist,*.tsbuildinfo}",

0 commit comments

Comments
 (0)