Skip to content

Commit

Permalink
fixed npm run test
Browse files Browse the repository at this point in the history
  • Loading branch information
gardenboi committed Nov 2, 2023
1 parent 2b040b2 commit fb81be7
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 @@ -36,7 +36,7 @@
"generate-font-list": "node ./bin/gfontsList.mjs -sort=popularity",
"composer-install": "docker run -it --rm -v `pwd`:/app composer install",
"composer-install-windows": "docker run -it --rm -v \"%cd%\":/app composer install",
"test": "wp-env start && wp-env run tests-cli \"wp theme activate modul-r\" && jest --silent=false --coverage",
"test": "wp-env start && wp-env run tests-cli wp theme activate modul-r && jest --silent=false --coverage",
"postinstall": "composer install && npm run build:images && npm run build:scripts",
"release": "composer PHPCS-FIXER-dev && composer install --no-dev && npm run build:makepot && npm run build && composer install"
},
Expand Down

0 comments on commit fb81be7

Please sign in to comment.