Skip to content

Commit 158331a

Browse files
committed
Add prepare script to package.json
1 parent d11a349 commit 158331a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,23 @@
2323
"dev": "tsc --watch && npm run css:dev",
2424
"css:dev": "npx @tailwindcss/cli -i ./src/styles.css -o ./dist/styles.css --watch",
2525
"css:build": "npx @tailwindcss/cli -i ./src/styles.css -o ./dist/styles.css",
26+
"prepare": "npm run build",
2627
"lint": "eslint 'src/**/*.{ts,tsx}'",
2728
"lint:fix": "eslint 'src/**/*.{ts,tsx}' --fix",
2829
"format": "prettier --write 'src/**/*.{ts,tsx,css}'",
2930
"format:check": "prettier --check 'src/**/*.{ts,tsx,css}'"
3031
},
32+
"files": [
33+
"dist/**",
34+
"src/**"
35+
],
36+
37+
"repository": {
38+
"type": "git",
39+
"url": "git+https://github.com/ably/ably-chat-react-ui-components.git"
40+
},
41+
"author": "Ably Realtime",
42+
"license": "Apache-2.0",
3143
"dependencies": {
3244
"clsx": "^2.1.1",
3345
"react-icons": "^5.5.0"

0 commit comments

Comments
 (0)