We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01b574e commit a5a71cbCopy full SHA for a5a71cb
package.json
@@ -10,8 +10,7 @@
10
"build": "npm run compile && netlify build ",
11
"deploy": "npm run compile && netlify deploy",
12
"lint": "eslint . --ext .ts && cd demo && npm run lint ",
13
- "format": "prettier --write \"(src|test)/*.+(js|ts|json)\" && cd demo && npm run format ",
14
- "postinstall": "npm run compile"
+ "format": "prettier --write \"(src|test)/*.+(js|ts|json)\" && cd demo && npm run format "
15
},
16
"author": {
17
"name": "Colby Fayock",
0 commit comments