mirror of
https://github.com/Doodle3D/Doodle3D-Core.git
synced 2024-12-22 11:03:48 +01:00
npm run upload
This commit is contained in:
parent
ad94402400
commit
d300a31929
2
index.js
2
index.js
@ -88,8 +88,6 @@ async function init() {
|
||||
await new Promise(resolve => document.addEventListener('deviceready', resolve, false));
|
||||
}
|
||||
|
||||
console.log(btnExportURL);
|
||||
|
||||
render((
|
||||
<Provider store={store}>
|
||||
<span>
|
||||
|
@ -10,6 +10,8 @@
|
||||
"ios": "TARGET=app webpack -p && cordova run ios",
|
||||
"prepare": "npm run build",
|
||||
"lint": "eslint src",
|
||||
"dist": "NODE_ENV=production webpack -p",
|
||||
"upload": "npm run dist && scp -r dist/* doodle3d.com:/domains/doodle3d.com/core",
|
||||
"build": "npm run build:main && npm run build:module ",
|
||||
"build:main": "BABEL_ENV=main babel src -s -d lib",
|
||||
"build:module": "BABEL_ENV=module babel src -s -d module"
|
||||
|
Loading…
Reference in New Issue
Block a user