mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-04-24 06:56:54 -05:00
Skip dependency type checks and skip building caxa binary
This commit is contained in:
parent
425c838649
commit
a5838ec47b
|
|
@ -14,16 +14,16 @@ build:
|
|||
- PACKAGE=`npm --color="always" pack`
|
||||
- mv "$PACKAGE" nxapi.tgz
|
||||
|
||||
- npm run build-macos-linux
|
||||
- npm run build-windows
|
||||
- mv dist/bin/nxapi .
|
||||
- mv dist/bin/nxapi.exe .
|
||||
# - npm run build-macos-linux
|
||||
# - npm run build-windows
|
||||
# - mv dist/bin/nxapi .
|
||||
# - mv dist/bin/nxapi.exe .
|
||||
artifacts:
|
||||
paths:
|
||||
- dist
|
||||
- nxapi.tgz
|
||||
- nxapi
|
||||
- nxapi.exe
|
||||
# - nxapi
|
||||
# - nxapi.exe
|
||||
|
||||
publish-npm:
|
||||
stage: deploy
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
"moduleResolution": "node12",
|
||||
"declaration": true,
|
||||
"rootDir": "src",
|
||||
"outDir": "dist"
|
||||
"outDir": "dist",
|
||||
"skipLibCheck": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user