File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 142142 "version" : " oclif readme && git add README.md" ,
143143 "start:dev" : " ./bin/dev.js" ,
144144 "start:vm" : " npm run build && npm run pack:macos && npm run start:vm" ,
145- "deploy" : " npm run pkg && npm run notarize && npm run upload"
145+ "deploy" : " npm run pkg && npm run notarize && npm run upload" ,
146+ "prepublishOnly" : " npm run build"
146147 },
147148 "version" : " 1.0.0" ,
148149 "bugs" : " https://github.com/codifycli/codify/issues" ,
Original file line number Diff line number Diff line change 1- export const VERSION = ( await import ( "../package.json" , { assert : { type : "json" } } ) ) . default . version ;
1+ export const VERSION = ( await import ( "../package.json" , { with : { type : "json" } } ) ) . default . version ;
22
33export const config = {
44 loginServerPort : 51_039 ,
You can’t perform that action at this time.
0 commit comments