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 71e3a50 commit 373c37fCopy full SHA for 373c37f
package.json
@@ -14,7 +14,8 @@
14
"lint": "eslint . --cache --fix",
15
"pretest": "npm run lint",
16
"posttest": "npm run format",
17
- "format": "prettier --loglevel warn --write \"**/*.{js,md}\""
+ "format": "prettier --loglevel warn --write \"**/*.{js,md}\"",
18
+ "prepublishOnly": "npm run build"
19
},
20
"engines": {
21
"node": ">=10"
0 commit comments