mirror of
https://github.com/penpot/penpot-export.git
synced 2025-01-04 13:50:05 -05:00
build(core,cli): build TypeScript before packing
This commit is contained in:
parent
f5d3badde2
commit
7927ed8f98
2 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
"penpot-export": "./dist/bin/index.js"
|
||||
},
|
||||
"scripts": {
|
||||
"prepack": "npm run build",
|
||||
"build": "tsc",
|
||||
"format": "prettier -w .",
|
||||
"dev": "tsc-watch"
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"prepack": "npm run build",
|
||||
"build": "tsc",
|
||||
"pretest": "npm run build",
|
||||
"test": "node --test",
|
||||
|
|
Loading…
Reference in a new issue