mirror of
https://github.com/yldio/copilot.git
synced 2024-11-28 22:20:06 +02:00
Fix ui deployment
This commit is contained in:
parent
1e50e4d7aa
commit
49ae9e1eee
@ -4,7 +4,6 @@ ARG CIRCLE_BUILD_NUM
|
|||||||
ENV NPM_TOKEN ${NPM_TOKEN}
|
ENV NPM_TOKEN ${NPM_TOKEN}
|
||||||
ENV CIRCLE_BUILD_NUM ${CIRCLE_BUILD_NUM}
|
ENV CIRCLE_BUILD_NUM ${CIRCLE_BUILD_NUM}
|
||||||
RUN echo -e "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
|
RUN echo -e "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
|
||||||
RUN make install
|
|
||||||
RUN NODE_ENV=production make compile
|
RUN NODE_ENV=production make compile
|
||||||
RUN npm version 0.0.1-${CIRCLE_BUILD_NUM}
|
RUN npm version 0.0.1-${CIRCLE_BUILD_NUM}
|
||||||
RUN npm publish --tag alpha --access public
|
RUN npm publish --tag alpha --access public
|
||||||
|
@ -28,7 +28,7 @@ install-docs:
|
|||||||
|
|
||||||
.PHONY: install
|
.PHONY: install
|
||||||
install: install-embed-markdown-loader
|
install: install-embed-markdown-loader
|
||||||
yarn install --prefer-offline
|
NODE_ENV=development yarn install --prefer-offline
|
||||||
|
|
||||||
.PHONY: start
|
.PHONY: start
|
||||||
start:
|
start:
|
||||||
|
@ -311,7 +311,7 @@ const colors = {
|
|||||||
alt: 'rgba(245, 93, 93, 0.2)'
|
alt: 'rgba(245, 93, 93, 0.2)'
|
||||||
};
|
};
|
||||||
storiesOf('Metrics', module)
|
storiesOf('Metrics', module)
|
||||||
.add('mini', () => (
|
.add('Mini Metric', () => (
|
||||||
<MiniMetric
|
<MiniMetric
|
||||||
datasets={[{
|
datasets={[{
|
||||||
backgroundColor: colors['perc'],
|
backgroundColor: colors['perc'],
|
||||||
|
Loading…
Reference in New Issue
Block a user