File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 22
22
"build:win" : " npm run build:win:clean && npm run build:vue && build --tasks win-x86 --mirror https://dl.nwjs.io/ ." ,
23
23
"build:lin" : " npm run build:lin:clean && npm run build:vue && build --tasks linux-x64 --mirror https://dl.nwjs.io/ ." ,
24
24
"build:win:clean" : " rimraf ./dist-vue ./dist/nw-vue-1.0.0-win-x86 ./dist/nw-vue-1.0.0-win-x86.zip ./dist/nw-vue-1.0.0-win-x86.7z ./dist/nw-vue-1.0.0-win-x86-Setup.exe" ,
25
- "build:lin:clean" : " rimraf ./dist-vue ./dist/nw-vue-1.0.0-linux-x86 ./dist/nw-vue-1.0.0-linux-x86 .zip" ,
25
+ "build:lin:clean" : " rimraf ./dist-vue ./dist/nw-vue-1.0.0-linux-x64 ./dist/nw-vue-1.0.0-linux-x64 .zip" ,
26
26
"run:win" : " dist\\ nw-vue-1.0.0-win-x86\\ nw-vue.exe" ,
27
27
"run:lin" : " ./dist/nw-vue-1.0.0-linux-x64/nw-vue" ,
28
28
"regression" : " rd /s /q node_modules & rd /s /q node_modules & rd /s /q node_modules & npm install && npm run lint && npm test && npm run build:win && npm run run:win" ,
You can’t perform that action at this time.
0 commit comments