|
|
@ -33,8 +33,8 @@ |
|
|
|
"dev": "electron electron/main.js", |
|
|
|
"dev": "electron electron/main.js", |
|
|
|
"test": "./node_modules/.bin/mocha test/tests/**/*.spec.js", |
|
|
|
"test": "./node_modules/.bin/mocha test/tests/**/*.spec.js", |
|
|
|
"sencha:clean": "rm -rf ./build/production", |
|
|
|
"sencha:clean": "rm -rf ./build/production", |
|
|
|
"sencha:compile": "sencha app build && cp app/package.json build/production/Rambox/ && npm --prefix ./build/production/Rambox/ install ./build/production/Rambox/", |
|
|
|
"sencha:compile": "sencha app build && npm --prefix ./build/production/Rambox/ install ./build/production/Rambox/", |
|
|
|
"sencha:compile:build": "sencha app build && cp app/package.json build/production/Rambox/ && cp -R build/production/Rambox/* ../rambox-build", |
|
|
|
"sencha:compile:build": "sencha app build", |
|
|
|
"clean": "rm -rf ./dist", |
|
|
|
"clean": "rm -rf ./dist", |
|
|
|
"clean:osx": "rm -rf ./dist/Rambox-darwin-*", |
|
|
|
"clean:osx": "rm -rf ./dist/Rambox-darwin-*", |
|
|
|
"clean:win": "rm -rf ./dist/Rambox-win32-*", |
|
|
|
"clean:win": "rm -rf ./dist/Rambox-win32-*", |
|
|
|