Skip to content

Commit

Permalink
add prepare script for Git installations
Browse files Browse the repository at this point in the history
  • Loading branch information
StarKhan6368 committed Sep 26, 2024
1 parent 477db14 commit c91c63a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"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",
"prepack": "node src/downloadSpecmaticJar.js"
"prepack": "node src/downloadSpecmaticJar.js",
"prepare": "npm run prepack && npm run build:types && npm run build:js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit c91c63a

Please sign in to comment.