mirror of
https://github.com/harivansh-afk/deskctl.git
synced 2026-04-19 20:00:45 +00:00
rename from deskctl-cli to deskctl
This commit is contained in:
parent
7aea9a05c2
commit
2f8ae207b0
17 changed files with 39 additions and 56 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