mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 17:51:21 +00:00
Added npm module scripts to CI
This commit is contained in:
@@ -75,7 +75,8 @@ deployment:
|
||||
)) &&
|
||||
docker push ${DOCKER_ORGANIZATION:-$DOCKER_USER}/scope &&
|
||||
docker push ${DOCKER_ORGANIZATION:-$DOCKER_USER}/scope:$(./tools/image-tag) &&
|
||||
(test -z "${UI_BUCKET_KEY_ID}" || make ui-upload)
|
||||
(test -z "${UI_BUCKET_KEY_ID}" || make ui-upload) &&
|
||||
make ui-build-pkg
|
||||
)
|
||||
- |
|
||||
test -z "${QUAY_USER}" || (
|
||||
|
||||
3
client/app/scripts/index.js
Normal file
3
client/app/scripts/index.js
Normal file
@@ -0,0 +1,3 @@
|
||||
exports.reducer = require('./reducers/root').default;
|
||||
exports.Scope = require('./components/app').default;
|
||||
exports.ActionTypes = require('./constants/action-types').default;
|
||||
@@ -1,3 +0,0 @@
|
||||
exports.reducer = require('./dist/reducers/root').default;
|
||||
exports.Scope = require('./dist/components/app').default;
|
||||
exports.ActionTypes = require('./dist/constants/action-types').default;
|
||||
Reference in New Issue
Block a user