Skip to content

Commit 864d7c1

Browse files
committed
Update package.json
1 parent e68a823 commit 864d7c1

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
@@ -20,7 +20,7 @@
2020
}
2121
},
2222
"files": [
23-
"dist"
23+
"dist"
2424
],
2525
"scripts": {
2626
"start:example-server0": "tsx examples/example-server.ts",
@@ -29,6 +29,7 @@
2929
"start": "npm run build && npm run start:example-server",
3030
"start:dev": "NODE_ENV=development npm start",
3131
"build": "tsc && tsx build.ts",
32+
"prepare": "npm run build",
3233
"prettier:base-cmd": "prettier -u --ignore-path ./.gitignore --ignore-path ./.prettierignore",
3334
"prettier": "yarn prettier:base-cmd \"$(pwd)/**/*.{js,jsx,ts,tsx,mjs,json,md,yml,yaml}\" --check",
3435
"prettier:fix": "yarn prettier:base-cmd \"$(pwd)/**/*.{js,jsx,ts,tsx,mjs,json,md,yml,yaml}\" --write --list-different"

0 commit comments

Comments
 (0)