Skip to content

Commit e950a09

Browse files
committed
chore: update dev script
1 parent 0b59d4d commit e950a09

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,10 @@
2323
"scripts": {
2424
"automd": "jiti src/cli.ts",
2525
"build": "unbuild",
26-
"dev": "pnpm automd update --dir playground",
26+
"dev": "pnpm automd --dir playground",
2727
"lint": "eslint --cache --ext .ts,.js,.mjs,.cjs . && prettier -c src",
2828
"lint:fix": "eslint --cache --ext .ts,.js,.mjs,.cjs . --fix && prettier -c src -w",
2929
"prepack": "pnpm build",
30-
"play": "jiti playground",
3130
"release": "pnpm test && changelogen --release && npm publish && git push --follow-tags && pnpm build --stub",
3231
"test": "pnpm lint && pnpm test:types",
3332
"test:types": "tsc --noEmit --skipLibCheck"
@@ -53,4 +52,4 @@
5352
"unbuild": "^2.0.0"
5453
},
5554
"packageManager": "pnpm@8.12.1"
56-
}
55+
}

0 commit comments

Comments
 (0)