Skip to content

Commit

Permalink
Merge pull request #5 from lastcode802/fix/fixed_css_file_include_iss…
Browse files Browse the repository at this point in the history
…ue_on_build

added css files include issue on build
  • Loading branch information
sharozraees802 authored Nov 7, 2022
2 parents ae3caa7 + bcd8a5d commit 7ee365a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@
"start": "react-scripts start",
"react_build": "react-scripts build",
"start_publish": "np --yolo --any-branch",
"build": "tsc --build ./tsconfig.json",
"clean": "rimraf lib/",
"copy-files": "copyfiles -u 1 src/**/*.html src/**/*.css lib/",
"build": "tsc --build ./tsconfig.json && npm run copy-files",
"test": "react-scripts test --coverage ./src",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 6006 -s public",
Expand Down Expand Up @@ -101,9 +103,11 @@
"@storybook/react": "^6.5.12",
"@storybook/testing-library": "0.0.13",
"babel-plugin-named-exports-order": "0.0.2",
"copyfiles": "^2.4.1",
"gh-pages": "^4.0.0",
"np": "^7.6.2",
"prop-types": "^15.8.1",
"rimraf": "^3.0.2",
"webpack": "^5.74.0"
},
"bugs": {
Expand Down

0 comments on commit 7ee365a

Please sign in to comment.