Skip to content

Commit

Permalink
fix: build process to copy schema.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Nov 23, 2023
1 parent a12359a commit 8f734cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -22,7 +22,7 @@
"test": "cross-env NODE_DEBUG=adonisjs:ace c8 npm run quick:test",
"clean": "del-cli build",
"build:schema": "ts-json-schema-generator --path='src/types.ts' --type='CommandMetaData' --tsconfig='tsconfig.json' --out='schemas/command_metadata_schema.json'",
"copy:files": "copyfiles --up=1 schemas/*.stub build && copyfiles --up=1 stubs/*.stub build",
"copy:files": "copyfiles --up=1 schemas/*.stub schemas/*.json build && copyfiles --up=1 stubs/*.stub build",
"precompile": "npm run lint && npm run clean",
"typecheck": "tsc --noEmit",
"compile": "tsup-node && tsc --emitDeclarationOnly --declaration",
Expand Down

0 comments on commit 8f734cd

Please sign in to comment.