File tree Expand file tree Collapse file tree 2 files changed +17
-12
lines changed
Expand file tree Collapse file tree 2 files changed +17
-12
lines changed Original file line number Diff line number Diff line change 11[* ]
22charset = utf-8
3-
4-
5- [* .{json} ]
63indent_style = space
4+
5+ [* .{js,json} ]
76indent_size = 4
87
98[* .toml ]
10- indent_style = space
119indent_size = 4
Original file line number Diff line number Diff line change 11{
2+ "name" : " gaia-assembler-workspace" ,
23 "private" : true ,
4+ "version" : " 1.0.0" ,
5+ "description" : " Gaia Multi-Platform Assembler - Workspace" ,
36 "scripts" : {
4- "build" : " cargo build --release" ,
5- "test" : " cargo test --release" ,
6- "fmt" : " cargo fmt --all" ,
7- "p" : " git push && git push --tags --prune" ,
8- "reset" : " git reset Head~ --soft" ,
9- "u" : " cargo upgrade --workspace"
10- }
11- }
7+ "build" : " pnpm -r run build" ,
8+ "test" : " pnpm -r run test"
9+ },
10+ "devDependencies" : {
11+ "pnpm" : " ^8.0.0"
12+ },
13+ "engines" : {
14+ "node" : " >=16.0.0" ,
15+ "pnpm" : " >=8.0.0"
16+ },
17+ "packageManager" : " pnpm@8.0.0"
18+ }
You can’t perform that action at this time.
0 commit comments