Skip to content

Commit 9dbf6a8

Browse files
committed
Add compile script
1 parent 75b48b8 commit 9dbf6a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "Respond to changes in a DOM element's size. With React Breakpoints, element queries are no longer \"web design's unicorn\" 🦄",
55
"main": "dist/index.js",
66
"scripts": {
7+
"compile": "tsc --noEmit",
78
"build": "tsc -b",
89
"prepare": "npm run build"
910
},

0 commit comments

Comments
 (0)