Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Commit 3c80647

Browse files
committed
add circleci
1 parent 78e7768 commit 3c80647

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.circleci/config.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 2
2+
jobs:
3+
build:
4+
docker:
5+
- image: node:7.9.0
6+
working_directory: ~/vue-event-manager
7+
steps:
8+
- run:
9+
name: Update Environment
10+
command: apt-get update
11+
- checkout
12+
- run:
13+
name: Install Dependencies
14+
command: yarn
15+
- run:
16+
name: Build Release
17+
command: yarn run build

0 commit comments

Comments
 (0)