Skip to content
Snippets Groups Projects
Commit 003a547d authored by Eduardo Trujillo's avatar Eduardo Trujillo
Browse files

Simplify prepare script

parent 4e5d17c4
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@
},
"scripts": {
"build": "tsc --outDir . -p tsconfig.json",
"prepare": "yarn build"
"prepare": "tsc --outDir . -p tsconfig.json"
},
"files": [
"fixers.d.ts",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment