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 9b7db5c commit d1857afCopy full SHA for d1857af
package.json
@@ -18,8 +18,8 @@
18
"url": "https://www.patreon.com/tshemsedinov"
19
},
20
"scripts": {
21
- "build": "npm run fmt && node build.js",
22
- "fmt": "prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\""
+ "build": "npm run format && node build.js",
+ "format": "prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\""
23
24
"dependencies": {
25
"pdfmake": "^0.1.72",
0 commit comments