Skip to content

Commit 3ddc7fa

Browse files
author
Andrey Okonetchnikov
committed
build: Add travis and semantic-release setup
1 parent 4f0532e commit 3ddc7fa

File tree

5 files changed

+16
-21
lines changed

5 files changed

+16
-21
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ typings/
3939
# Dist
4040

4141
dist/
42+
Changelog.md

.travis.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
language: node_js
2+
cache:
3+
directories:
4+
- node_modules
5+
node_js:
6+
- 9
7+
after_success:
8+
- npm install --no-save semantic-release
9+
- npx travis-deploy-once "semantic-release"
10+
branches:
11+
except:
12+
- /^v\d+\.\d+\.\d+$/

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# react-figma-primitives
22

3+
[![npm](https://img.shields.io/npm/v/react-figma-primitives.svg)](https://www.npmjs.com/package/react-figma-primitives) [![Build Status](https://travis-ci.org/component-driven/react-figma-primitives.svg)](https://travis-ci.org/component-driven/react-figma-primitives)
4+
35
React primitives for rapid prototyping and data-driven design synced with Figma API via GraphQL

package-lock.json

-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"types": "dist/src/index.d.ts",
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/component-driven/react-figma-primitives.git"
12+
"url": "https://github.com/component-driven/react-figma-primitives.git"
1313
},
1414
"keywords": [],
1515
"author": "Andrey Okonetchnikov <[email protected]>",

0 commit comments

Comments
 (0)