This repository was archived by the owner on Oct 16, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 31
31
"watch:push" : " tsc-watch --onSuccess \" yarn run dev:push\" " ,
32
32
"watch" : " shx rm -rf dist && tsc -w" ,
33
33
"release:prepare" : " yarn run build" ,
34
- "release:manual" : " yarn run release && npm publish" ,
34
+ "release:manual" : " yarn run release:prepare && npm publish" ,
35
35
"pack" : " npm pack" ,
36
36
"test" : " jest" ,
37
37
"test:coverage" : " jest --coverage" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @agile-ts/core" ,
3
- "version" : " 0.2.8 " ,
3
+ "version" : " 0.2.9 " ,
4
4
"author" : " BennoDev" ,
5
5
"license" : " MIT" ,
6
6
"homepage" : " https://agile-ts.org/" ,
42
42
"watch:push" : " tsc-watch --onSuccess \" yarn run dev:push\" " ,
43
43
"watch" : " shx rm -rf dist && tsc -w" ,
44
44
"release:prepare" : " node ./scripts/prepublish.js && yarn run build" ,
45
- "release:manual" : " yarn run release && npm publish && git checkout README.md" ,
45
+ "release:manual" : " yarn run release:prepare && npm publish && git checkout README.md" ,
46
46
"pack" : " npm pack" ,
47
47
"test" : " jest" ,
48
48
"test:coverage" : " jest --coverage" ,
Original file line number Diff line number Diff line change 30
30
"watch:push" : " tsc-watch --onSuccess \" yarn run dev:push\" " ,
31
31
"watch" : " shx rm -rf dist && tsc -w" ,
32
32
"release:prepare" : " yarn run build" ,
33
- "release:manual" : " yarn run release && npm publish" ,
33
+ "release:manual" : " yarn run release:prepare && npm publish" ,
34
34
"pack" : " npm pack" ,
35
35
"test" : " jest" ,
36
36
"test:coverage" : " jest --coverage" ,
Original file line number Diff line number Diff line change 30
30
"watch:push" : " tsc-watch --onSuccess \" yarn run dev:push\" " ,
31
31
"watch" : " shx rm -rf dist && tsc -w" ,
32
32
"release:prepare" : " yarn run build" ,
33
- "release:manual" : " yarn run release && npm publish" ,
33
+ "release:manual" : " yarn run release:prepare && npm publish" ,
34
34
"pack" : " npm pack" ,
35
35
"test" : " jest" ,
36
36
"test:coverage" : " jest --coverage" ,
Original file line number Diff line number Diff line change 34
34
"watch:push" : " tsc-watch --onSuccess \" yarn run dev:push\" " ,
35
35
"watch" : " shx rm -rf dist && tsc -w" ,
36
36
"release:prepare" : " yarn run build" ,
37
- "release:manual" : " yarn run release && npm publish" ,
37
+ "release:manual" : " yarn run release:prepare && npm publish" ,
38
38
"pack" : " npm pack" ,
39
39
"test" : " jest" ,
40
40
"test:coverage" : " jest --coverage" ,
Original file line number Diff line number Diff line change 30
30
"watch:push" : " tsc-watch --onSuccess \" yarn run dev:push\" " ,
31
31
"watch" : " shx rm -rf dist && tsc -w" ,
32
32
"release:prepare" : " yarn run build" ,
33
- "release:manual" : " yarn run release && npm publish" ,
33
+ "release:manual" : " yarn run release:prepare && npm publish" ,
34
34
"pack" : " npm pack" ,
35
35
"test" : " jest" ,
36
36
"test:coverage" : " jest --coverage" ,
Original file line number Diff line number Diff line change 59
59
"watch:push" : " tsc-watch --onSuccess \" yarn run dev:push\" " ,
60
60
"watch" : " shx rm -rf dist && tsc -w" ,
61
61
"release:prepare" : " yarn run build" ,
62
- "release:manual" : " yarn run release && npm publish" ,
62
+ "release:manual" : " yarn run release:prepare && npm publish" ,
63
63
"pack" : " npm pack" ,
64
64
"test" : " jest" ,
65
65
"test:coverage" : " jest --coverage" ,
Original file line number Diff line number Diff line change 29
29
"watch:push" : " tsc-watch --onSuccess \" yarn run dev:push\" " ,
30
30
"watch" : " shx rm -rf dist && tsc -w" ,
31
31
"release:prepare" : " yarn run build" ,
32
- "release:manual" : " yarn run release && npm publish" ,
32
+ "release:manual" : " yarn run release:prepare && npm publish" ,
33
33
"pack" : " npm pack" ,
34
34
"test" : " jest" ,
35
35
"test:coverage" : " jest --coverage" ,
Original file line number Diff line number Diff line change 32
32
"watch:push" : " tsc-watch --onSuccess \" yarn run dev:push\" " ,
33
33
"watch" : " shx rm -rf dist && tsc -w" ,
34
34
"release:prepare" : " yarn run build" ,
35
- "release:manual" : " yarn run release && npm publish" ,
35
+ "release:manual" : " yarn run release:prepare && npm publish" ,
36
36
"pack" : " npm pack" ,
37
37
"test" : " jest" ,
38
38
"test:coverage" : " jest --coverage" ,
You can’t perform that action at this time.
0 commit comments