setup docker containers
This commit is contained in:
parent
3274d47c94
commit
13d9a24d63
22 changed files with 1593 additions and 745 deletions
|
|
@ -12,11 +12,13 @@
|
|||
"rxjs-compat": "^6.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"browserify": "^16.5.0",
|
||||
"typescript": "^3.4.2",
|
||||
"typescript-eslint-parser": "^22.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "./node_modules/.bin/tsc && browserify ./dist/main.js > ./dist/bundle.js"
|
||||
"build": "./node_modules/.bin/tsc && ./node_modules/.bin/browserify ./dist/DataGatherer/src/main.js > ./dist/bundle.js",
|
||||
"build:prod": "./node_modules/.bin/tsc && ./node_modules/.bin/browserify ./dist/DataGatherer/src/main.js > ./dist/bundle.js && cp ./src/index.prod.html ./dist/index.html"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue