Skip to content

Commit 07c88d9

Browse files
committed
💚 Change CI script
CI script doesn't need to run build process on every pass
1 parent a8f66d7 commit 07c88d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"react-scripts": "3.0.1"
1616
},
1717
"scripts": {
18-
"ci": "npm run lint && npm run test && npm run build",
18+
"ci": "npm run lint && npm run test",
1919
"lint": "eslint .",
2020
"lint:fix": "eslint . --fix",
2121
"start": "react-scripts start",

0 commit comments

Comments
 (0)