Skip to content

Commit 624ba6b

Browse files
author
React-Admin CI
committed
Make sure packs directory exists
1 parent 40f2663 commit 624ba6b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,4 +192,5 @@ release: ## Start the release process and publish the packages to npm using lern
192192
./scripts/release.sh
193193

194194
pack: ## Create NPM packages for all publishable packages in ./packs
195+
mkdir -p packs
195196
yarn workspaces foreach -A --no-private pack --out ../../packs/%s-%v.tar.gz

0 commit comments

Comments
 (0)