Skip to content

Commit

Permalink
switch over both storyshots packages to the new script
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Jan 6, 2023
1 parent 6eaffb2 commit fdcde83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/addons/storyshots/storyshots-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"scripts": {
"build-storybook": "sb build",
"example": "jest storyshot.test",
"prep": "node ../../../../scripts/prepare.js",
"prep": "../../../../scripts/prepare/tsc.ts",
"storybook": "yarn sb dev -p 6006"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion code/addons/storyshots/storyshots-puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"*.d.ts"
],
"scripts": {
"prep": "node ../../../../scripts/prepare.js"
"prep": "../../../../scripts/prepare/tsc.ts"
},
"dependencies": {
"@axe-core/puppeteer": "^4.2.0",
Expand Down

0 comments on commit fdcde83

Please sign in to comment.