Skip to content

Commit

Permalink
Add npm publish configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmeusel committed Sep 25, 2019
1 parent a9e3978 commit acef5c6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 27 deletions.
6 changes: 6 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
*.*
!/dist/src
!/LICENSE
!/package.json
!/package-lock.json
!/README.md
26 changes: 0 additions & 26 deletions nodejs.yml

This file was deleted.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"test:coveralls": "nyc report --reporter=text-lcov | coveralls",
"lint:prettier": "prettier --loglevel warn --write \"**/*.{json,md,ts}\"",
"lint:tslint": "tslint --project . --fix",
"lint": "concurrently \"npm run lint:prettier\" \"npm run lint:tslint\""
"lint": "concurrently \"npm run lint:prettier\" \"npm run lint:tslint\"",
"prepublishOnly": "npm run lint && npm run test && npm run build"
},
"prettier": {
"singleQuote": true,
Expand Down

0 comments on commit acef5c6

Please sign in to comment.