"release": "node TODO: scripts/release.mjs",
"size": "lerna run size",
"build": "lerna run build --parallel",
+ "build:dts": "lerna run build:dts --parallel",
"lint": "prettier -c --parser typescript \"packages/*/{src,__tests__,e2e}/**/*.[jt]s?(x)\"",
"lint:fix": "yarn run lint --write",
- "test": "lerna run test && yarn run test:jest",
+ "test": "yarn run test:types && yarn run test:jest && lerna run test",
"test:jest": "jest --coverage",
- "test:types": "lerna run test:types",
+ "test:types": "tsc --build ./tsconfig.json",
"test:dts": "lerna run test:dts",
"docs:api": "typedoc TODO:"
},
"release": "bash scripts/release.sh",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l pinia -r 1",
"test:dts": "tsc -p ./test-dts/tsconfig.json",
- "test:types": "tsc --build ../../tsconfig.json",
"dev": "yarn run test:unit --watchAll",
"play": "yarn vite",
- "test": "yarn run test:types && yarn run build && yarn run build:dts && yarn test:dts"
+ "test": "yarn run build && yarn run build:dts && yarn test:dts"
},
"files": [
"dist/*.js",