mirror of
https://github.com/harivansh-afk/deskctl.git
synced 2026-04-15 06:04:41 +00:00
rename (#11)
* align docs and contract * clean * rename from deskctl-cli to deskctl * runtime
This commit is contained in:
parent
88f9ff85a3
commit
eac3a61ceb
18 changed files with 41 additions and 47 deletions
4
Makefile
4
Makefile
|
|
@ -38,10 +38,10 @@ npm-package-check:
|
|||
echo "npm is required for npm packaging validation."; \
|
||||
exit 1; \
|
||||
fi
|
||||
node npm/deskctl-cli/scripts/validate-package.js
|
||||
node npm/deskctl/scripts/validate-package.js
|
||||
rm -rf tmp/npm-pack tmp/npm-install
|
||||
mkdir -p tmp/npm-pack tmp/npm-install/bin
|
||||
npm pack ./npm/deskctl-cli --pack-destination ./tmp/npm-pack >/dev/null
|
||||
npm pack ./npm/deskctl --pack-destination ./tmp/npm-pack >/dev/null
|
||||
@if [ "$$(uname -s)" != "Linux" ]; then \
|
||||
echo "Skipping npm package runtime smoke test on non-Linux host."; \
|
||||
else \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue