Skip to content

Commit

Permalink
fix: 🐛 Fix order of execution during build
Browse files Browse the repository at this point in the history
  • Loading branch information
Hobart2967 committed Aug 13, 2024
1 parent 1a82c44 commit 346ef6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/skwid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"scripts": {
"create-schema": "cp src/skwid.schema.json dist/skwid.schema.json",
"build": "yarn create-schema && tsc -p tsconfig.app.json",
"build": "tsc -p tsconfig.app.json && yarn create-schema",
"start": "yarn build && node ./dist/index.js",
"lint": "tslint --project tsconfig.app.json",
"test": "jasmine-ts --config=jasmine.config.js",
Expand Down

0 comments on commit 346ef6c

Please sign in to comment.