File tree 1 file changed +14
-9
lines changed
1 file changed +14
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "dev" : {
3
- "alias" : " 🌟 Dev" ,
4
- "command" : " yarn start" ,
5
- "desc" : " Start a development server"
2
+ "$schema" : " ./lib/schema.json" ,
3
+ "generate-contributors" : {
4
+ "alias" : " 📄 Generate Contributors" ,
5
+ "command" : " node scripts/generate-md-contributors.js" ,
6
+ "desc" : " Generate contributors in README.md"
6
7
},
7
- "build " : {
8
- "alias" : " 📦 Build " ,
9
- "command" : " yarn build " ,
10
- "desc" : " Create a production build "
8
+ "generate-schema " : {
9
+ "alias" : " 📄 Generate Schema " ,
10
+ "command" : " node scripts/generate-jsonschema.js " ,
11
+ "desc" : " Generate json schema file "
11
12
},
12
- "test" : {"alias" : " 🧪 Test" , "command" : " yarn test" , "desc" : " Run tests" }
13
+ "sort-config" : {
14
+ "alias" : " 🔮 Sort Config" ,
15
+ "command" : " node scripts/sort-scripts-config.js" ,
16
+ "desc" : " Sort and format scripts config"
17
+ }
13
18
}
You can’t perform that action at this time.
0 commit comments