Skip to content

Commit

Permalink
Fix chromatic CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lukePeavey committed Dec 3, 2023
1 parent 2cc6097 commit 56acea1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,11 @@
"scripts": {
"test": "jest --env=jsdom",
"test:watch": "jest --env=jsdom --watchAll",
"puppeteer": "NODE_ENV=development jest --testMatch='**/__stories__/**/?*.test.js' --env=jsdom ",
"puppeteer:watch": "NODE_ENV=development jest --testMatch='**/__stories__/**/?*.test.js' --env=jsdom --watchAll",
"puppeteer:static": "yarn storybook:build && jest --testMatch='**/__stories__/**/?*.test.js' --env=jsdom",
"build": "rollup -c",
"build:watch": "onchange 'lib/**/*.js' -- rollup -c",
"lint": "./node_modules/.bin/eslint . --color && echo \"eslint: no lint errors\"",
"storybook": "storybook dev -p 6006 ",
"storybook:build": "storybook build"
"build-storybook": "storybook build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 56acea1

Please sign in to comment.