Skip to content

Commit

Permalink
fix(build): update npm config file
Browse files Browse the repository at this point in the history
  • Loading branch information
zlq4863947 committed Mar 14, 2019
1 parent 1da0091 commit 270bc3f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
File renamed without changes.
8 changes: 7 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@
# source
/projects
/modules
index.ts

# ignore the .ts files
*.ts

# include the .d.ts files
!*.d.ts

# configuration
.env*
Expand All @@ -23,6 +28,7 @@ renovate.json
tsconfig*
jest*
tslint.json
projects/intelligence/config/default.json

# docs
docs
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"lint": "yarn lint:md && yarn lint:ts",
"lint:md": "markdownlint {docs/**/*.md,modules/**/*.md,projects/**/*.md,./README*.md}",
"lint:ts": "tslint -p tsconfig.json -c tslint.json",
"prepare": "yarn build:prod",
"postpublish": "yarn build:preprocess",
"release:major": "yarn standard-version -s --release-as major",
"release:minor": "yarn standard-version -s --release-as minor",
Expand Down

0 comments on commit 270bc3f

Please sign in to comment.