Skip to content

Commit

Permalink
chore: change package.json to test GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
hamirmahal committed Aug 19, 2023
1 parent 27d503b commit 19a6a95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"build": "npm run build:style && react-scripts build",
"build:icons": "pwa-asset-generator ./public/icons/light-icon.svg public/icons --padding 0px --background '#FBDC57' --index ./public/index.html --path '%PUBLIC_URL%' --manifest public/manifest.json && pwa-asset-generator ./public/icons/dark-icon.svg public/icons --padding 0px --background 'black' --dark-mode --splash-only --index ./public/index.html --path '%PUBLIC_URL%' && prettier 'public/index.html' --write",
"build:style": "tailwindcss build src/styles.css -o src/build.css",
"build-storybook": "build-storybook -s public",
"e2e": "cypress run",
"eject": "react-scripts eject",
"lint": "eslint . --fix --ignore-path .gitignore",
"start": "npm run build:style && react-scripts start",
"test": "react-scripts test --env=jsdom",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public"
"storybook": "start-storybook -p 6006 -s public"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 19a6a95

Please sign in to comment.