File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 37
37
with :
38
38
useLockFile : false
39
39
40
+ # TODO: Can be removed if https://github.com/kentcdodds/kcd-scripts/pull/146 is released
41
+ - name : Verify format (`npm run format` committed?)
42
+ run : npm run format -- --check --no-write
43
+
40
44
# as requested by the React team :)
41
45
# https://reactjs.org/blog/2019/10/22/react-release-channels.html#using-the-next-channel-for-integration-testing
42
46
- name : ⚛️ Setup react
Original file line number Diff line number Diff line change 14
14
"build:bundle:main" : " dotenv -e .bundle.main.env kcd-scripts build -- --bundle --no-clean" ,
15
15
"build:bundle:pure" : " dotenv -e .bundle.main.env -e .bundle.pure.env kcd-scripts build -- --bundle --no-clean" ,
16
16
"build:main" : " kcd-scripts build --no-clean" ,
17
+ "format" : " kcd-scripts format" ,
17
18
"lint" : " kcd-scripts lint" ,
18
19
"setup" : " npm install && npm run validate -s" ,
19
20
"test" : " kcd-scripts test" ,
You can’t perform that action at this time.
0 commit comments