Skip to content

Commit c1414c1

Browse files
committed
fix build script for nested css directories
1 parent bd42764 commit c1414c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frame-one-table",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"description": "A react table with maximum flexibility.",
55
"main": "build/index.js",
66
"module": "build/index.es.js",
@@ -21,7 +21,7 @@
2121
},
2222
"scripts": {
2323
"start": "react-scripts start",
24-
"build": "tsc && copyfiles -u 1 src/**/*.css build/ && find ./build -type f -name \"**.stories.*\" -delete",
24+
"build": "tsc && copyfiles -u 1 \"src/**/*.css\" build/ && find ./build -type f -name \"**.stories.*\" -delete",
2525
"test": "react-scripts test",
2626
"eject": "react-scripts eject",
2727
"storybook": "start-storybook -p 6006 -s public",

0 commit comments

Comments
 (0)