Skip to content

Commit fcc56f1

Browse files
committed
refactor: Split scripts
1 parent 4924b6f commit fcc56f1

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
@@ -6,7 +6,8 @@
66
"scripts": {
77
"test": "npx jest",
88
"test:watch": "jest --watch",
9-
"build": "npm run test && rollup --config rollup.config.ts --configPlugin typescript && npm run generate-types",
9+
"build": "npm run test && npm run compile && npm run generate-types",
10+
"compile": "rollup --config rollup.config.ts --configPlugin typescript",
1011
"generate-types": "tsc --project tsconfig.types.json && rollup --config rollup.types.config.ts --configPlugin typescript && rm -rf ./dist/types"
1112
},
1213
"repository": {

0 commit comments

Comments
 (0)