Skip to content

Commit

Permalink
[E4E-30]: Fix build script to generate restSchema files
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCleric committed Nov 21, 2021
1 parent c96cf93 commit 41dd938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"url": "git+https://github.com/nrccua/apollo-rest-utils.git"
},
"scripts": {
"build": "npm run clean && tsc lib/**/*.ts lib/*.ts --excludeFiles lib/**/*.test.ts --outDir dist --esModuleInterop --declaration && chmod +x dist/generateRoutes/index.js",
"build": "npm run clean && tsc $(find lib | grep .ts | grep -v test.ts) --outDir dist --esModuleInterop --declaration && chmod +x dist/generateRoutes/index.js",
"clean": "rm -rf dist",
"clean:full": "npm run clean && rm -rf node_modules",
"postinstall": "npm run build",
Expand Down

0 comments on commit 41dd938

Please sign in to comment.