Skip to content

Commit

Permalink
missing npm ignore to publish dist folder - gotta love this bs
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfgebhardt committed Jan 18, 2019
1 parent 975a222 commit c071e51
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
tsconfig.json
src
files
.vscode
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@democracy-deutschland/scapacra-bt",
"version": "1.0.1",
"version": "1.0.4",
"description": "Scapacra Bundestag",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
Expand All @@ -14,11 +14,12 @@
},
"scripts": {
"build": "tsc",
"link": "cd dist && npm link",
"dev": "nodemon .\\src\\run.ts",
"lint": "tslint --project tsconfig.json && yarn typecheck",
"typecheck": "tsc --noEmit",
"test": "mocha -r ts-node/register test/**/*.test.ts",
"prepare": "tsc"
"prepare": "npm run build"
},
"bugs": {
"url": "https://github.com/demokratie-live/bt-scapacra/issues"
Expand Down

0 comments on commit c071e51

Please sign in to comment.