Skip to content

Commit

Permalink
fix: fmt script
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrokohler committed Oct 15, 2024
1 parent 0029c33 commit 1e4ca43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"prepublishOnly": "npm run build",
"generateStaticSite": "npm run build && cp -R ./dist ./examples",
"generateDocs": "jsdoc -c ./jsdoc_conf.json",
"fmt": "standard 'src/**/.js' --fix",
"fmt": "standard 'src/**/*.js' --fix",
"lint": "standard 'src/**/*.js'",
"clean": "rm -rf ./dist ./node_modules",
"clean:dist": "rm -rf ./dist",
Expand Down

0 comments on commit 1e4ca43

Please sign in to comment.