Skip to content

Commit

Permalink
Update PR
Browse files Browse the repository at this point in the history
  • Loading branch information
igoroctaviano committed May 8, 2024
1 parent 929b737 commit 4b57b87
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 80 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
]
},
"scripts": {
"test": "standard \"src/**/*.js\" && jest --silent",
"test": "standard 'src/*.js' && jest --silent",
"build": "npm run webpack:bundle && npm run webpack:dynamic-import",
"prepublishOnly": "npm run build",
"generateStaticSite": "npm run build && cp -R ./dist ./examples",
"generateDocs": "jsdoc -c ./jsdoc_conf.json",
"fmt": "standard 'src/**/.js' --fix",
"lint": "standard \"src/**/*.js\"",
"lint": "standard 'src/**/*.js'",
"clean": "rm -rf ./dist ./node_modules",
"webpack:dynamic-import": "webpack --progress --config ./config/webpack/webpack-dynamic-import",
"webpack:bundle": "webpack --progress --config ./config/webpack/webpack-bundle",
Expand Down
Loading

0 comments on commit 4b57b87

Please sign in to comment.