mirror of
https://github.com/samsonjs/Peekaboo.git
synced 2026-04-04 11:05:47 +00:00
build fixes
This commit is contained in:
parent
9acd68c7c5
commit
acca3ba4a4
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
],
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"build:swift": "./scripts/build-peekaboo-cli.sh",
|
||||
"build:swift": "./scripts/build-swift-universal.sh",
|
||||
"build:all": "npm run build:swift && npm run build",
|
||||
"start": "node dist/index.js",
|
||||
"prepublishOnly": "npm run build:all",
|
||||
|
|
|
|||
Loading…
Reference in a new issue