Skip to content

Commit

Permalink
fix npm run test:reference
Browse files Browse the repository at this point in the history
  • Loading branch information
rvilarl committed Dec 24, 2021
1 parent 611db12 commit dc3820f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ module.exports = (grunt) => {
{
expand: true,
cwd: BUILD_DIR,
src: ['*.js', '*.map'],
src: ['**/*.js', '**/*.map'],
dest: REFERENCE_DIR,
},
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"build:esm": "grunt buildESM",
"qunit": "grunt test",
"generate:current": "node ./tools/generate_png_images.js ../build/cjs ./build/images/current ${VF_GENERATE_OPTIONS}",
"generate:reference": "node ./tools/generate_png_images.js ../reference ./build/images/reference ${VF_GENERATE_OPTIONS}",
"generate:reference": "node ./tools/generate_png_images.js ../reference/cjs ./build/images/reference ${VF_GENERATE_OPTIONS}",
"diff:reference": "./tools/visual_regression.sh reference",
"get:releases": "node ./tools/get_releases.mjs",
"test": "npm run lint && npm run qunit && npm run generate:current",
Expand Down

0 comments on commit dc3820f

Please sign in to comment.