Skip to content

Commit 86d7be8

Browse files
committed
build: release and emits
1 parent 35a20b5 commit 86d7be8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
"docs": "vitepress dev docs",
3131
"build:docs": "vitepress build docs",
3232
"build": "unbuild",
33-
"release": "bash scripts/release.sh",
33+
"release": "node scripts/release.mjs",
3434
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1",
35-
"size": "size-limit",
35+
"play": "pnpm run -C playground dev",
3636
"lint": "prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"",
3737
"lint:fix": "yarn run lint --write",
3838
"test:types": "tsc --build tsconfig.json",
3939
"test:unit": "jest --coverage",
40-
"test": "yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts"
40+
"test": "echo TODO"
4141
},
4242
"keywords": [
4343
"vue",

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"strict": true,
1111
"skipLibCheck": true,
1212
"resolveJsonModule": true,
13+
"noEmit": true,
1314
"jsx": "preserve",
1415
"lib": [
1516
"ESNext",

0 commit comments

Comments
 (0)