Skip to content

Commit

Permalink
Merge pull request #4 from dabapps/deployment-changes
Browse files Browse the repository at this point in the history
Deployment changes
  • Loading branch information
JakeSidSmith authored Oct 24, 2017
2 parents 1f33c85 + 10459fc commit 0c5c520
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: node_js
before_deploy: npm install
deploy:
provider: npm
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepublish": "npm test && npm run dist",
"prepublish": "npm run dist",
"dist": "rm -rf dist/ && mkdir -p dist/ && tsc --project src/tsconfig.json",
"tests": "jest",
"lint": "tslint --project tsconfig.json --type-check '{ts,tests,src}/**/*.{ts,tsx}'",
Expand Down

0 comments on commit 0c5c520

Please sign in to comment.