Skip to content

Commit

Permalink
chore: add .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
baransu committed Aug 9, 2019
1 parent 3842e5e commit b481cd4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
9 changes: 9 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/_build
/.vscode
/node_modules
/ppx
/graphql_ppx.*
/ci
/src
/tests
/esy.lock
12 changes: 2 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: generic

os:
- linux
- osx
Expand Down Expand Up @@ -38,15 +39,6 @@ deploy:

jobs:
include:
# - stage: Wait for Windows binaries to become available
# addons:
# apt:
# sources: []
# packages: []
# before_install: skip
# before_script: skip
# deploy: []
# script: bash -e .ci/wait_for_builds.sh
- stage: Deploy to npmjs
addons:
apt:
Expand All @@ -65,4 +57,4 @@ jobs:
on:
tags: true
repo: baransu/graphql_ppx_ppx
branch: master
branch: release
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "@baransu/graphql_ppx_re",
"version": "0.0.1",
"description": "Reason workflow with Esy",
"description": "GraphQL PPX rewriter for Bucklescript/ReasonML",
"repository": "https://github.com/baransu/graphql_ppx_re",
"author": "Tomasz Cichocinski <tomaszcichocinski@gmail.com>",
"license": "MIT",
"esy": {
"build": "dune build -p graphql_ppx",
Expand Down

0 comments on commit b481cd4

Please sign in to comment.