We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75b48b8 commit 9dbf6a8Copy full SHA for 9dbf6a8
package.json
@@ -4,6 +4,7 @@
4
"description": "Respond to changes in a DOM element's size. With React Breakpoints, element queries are no longer \"web design's unicorn\" 🦄",
5
"main": "dist/index.js",
6
"scripts": {
7
+ "compile": "tsc --noEmit",
8
"build": "tsc -b",
9
"prepare": "npm run build"
10
},
0 commit comments