Skip to content

Commit d1857af

Browse files
committed
Update npm scripts
1 parent 9b7db5c commit d1857af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"url": "https://www.patreon.com/tshemsedinov"
1919
},
2020
"scripts": {
21-
"build": "npm run fmt && node build.js",
22-
"fmt": "prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\""
21+
"build": "npm run format && node build.js",
22+
"format": "prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\""
2323
},
2424
"dependencies": {
2525
"pdfmake": "^0.1.72",

0 commit comments

Comments
 (0)