Skip to content

Commit

Permalink
Merge pull request #150 from znsio/npm-package-scripts
Browse files Browse the repository at this point in the history
Updated NPM Script To Add Specmatic.jar Before Packaging
  • Loading branch information
jaydeepk authored Mar 13, 2024
2 parents bdacf79 + f34b022 commit 98bc4a7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/node_modules
/coverage
.vscode/settings.json
.DS_Store
dist/test-report
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build:types": "tsc --emitDeclarationOnly",
"build:js": "babel src --out-dir dist --ignore 'src/**/__tests__/**/*.ts' --extensions \".ts,.tsx\" --source-maps inline",
"test": "rimraf coverage && jest --coverage",
"postinstall": "node src/downloadSpecmaticJar.js"
"prepack": "node src/downloadSpecmaticJar.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 98bc4a7

Please sign in to comment.