File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "all" : true ,
3
+ "lerna" : false ,
4
+
5
+ "scripts" : {
6
+ "beforePush" : " npm run build"
7
+ }
8
+ }
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ And then call "npm run build".
31
31
## Todo
32
32
- search in all files
33
33
- new rule editor (future releases)
34
- - heating profile (future releases)
34
+ - heating profile (future releases)~~~~
35
35
- ...
36
36
37
37
<!--
Original file line number Diff line number Diff line change 67
67
"postinstall" : " node ./install/installTypings.js" ,
68
68
"prepublishOnly" : " node node_modules/gulp/bin/gulp.js" ,
69
69
"build" : " node node_modules/gulp/bin/gulp.js" ,
70
- "release" : " node node_modules/@alcalzone/release-script/bin/release.js" ,
71
- "beforePush" : " node node_modules/gulp/bin/gulp.js"
70
+ "release" : " node node_modules/@alcalzone/release-script/bin/release.js"
72
71
}
73
72
}
You can’t perform that action at this time.
0 commit comments