From c10924a041834361fd341aeadec8e4fa04c4a400 Mon Sep 17 00:00:00 2001 From: Kamrul H Shourov Date: Thu, 31 Oct 2024 23:36:02 +0600 Subject: [PATCH] Make an alias to make it a bit more readable --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 3899b61..34fa681 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand", "test:e2e": "jest --config ./test/jest-e2e.json", "ci": "yarn run build && yarn run lint && yarn run check-format", + "app:build": "yarn run gulp", "app:install": "yarn run gulp && yarn run migration:run" }, "dependencies": {