8000 build: update build tools · alckordev/coreui-react@b43f1f7 · GitHub
[go: up one dir, main page]

Skip to content

Commit b43f1f7

Browse files
committed
build: update build tools
1 parent 2d218eb commit b43f1f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"build": "rollup -c",
1818
"docs:dev": "docz dev",
1919
"docs:build": "docz build",
20-
"lint": "eslint 'src/components/**/*.{js,ts,tsx}'",
20+
"lint": "eslint \"src/components/**/*.{js,ts,tsx}\"",
2121
"test": "jest --coverage",
2222
"test:update": "jest --coverage --updateSnapshot"
2323
},

0 commit comments

Comments
 (0)
0