Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
chore: builds Dredd before smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-zakharchenko committed Sep 24, 2019
1 parent 9746627 commit c94e583
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Prevent publishing source code to NPM
lib
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0-semantically-released",
"description": "HTTP API Testing Framework",
"esnext": "lib/index.ts",
"main": "build/node.js",
"main": "build/index.js",
"typings": "typings/",
"bin": {
"dredd": "bin/dredd"
Expand All @@ -28,15 +28,17 @@
"ci:docs": "npm run docs:build",
"ci:test": "npm test",
"ci:smoke": "bash ./scripts/smoke.sh",
"ci:release": "semantic-release && npm dist-tag add \"dredd@$(npm view dredd version)\" stable"
"ci:release": "semantic-release && npm dist-tag add \"dredd@$(npm view dredd version)\" stable",
"prepack": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/apiaryio/dredd"
},
"files": [
"bin",
"lib",
"build",
"options.json",
"README.md"
],
"dependencies": {
Expand Down

0 comments on commit c94e583

Please sign in to comment.