File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1111 "author" : " Kris Siepert" ,
1212 "private" : true ,
1313 "license" : " GPL-2.0" ,
14- "version" : " 0.3.6 " ,
14+ "version" : " 0.3.7 " ,
1515 "main" : " src/index.js" ,
1616 "scripts" : {
1717 "start" : " electron-forge start" ,
1818 "package" : " electron-forge package" ,
1919 "make" : " electron-forge make" ,
2020 "publish" : " electron-forge publish" ,
21+ "publish-docker" : " docker run --rm -it -e \" GITHUB_TOKEN=$GITHUB_TOKEN\" -v $(pwd):/code kriskbx/gtt-taskbar-builder ./build.sh" ,
2122 "lint" : " eslint src" ,
2223 "dev" : " NODE_ENV=development webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js" ,
2324 "watch" : " NODE_ENV=development webpack --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js" ,
You can’t perform that action at this time.
0 commit comments