From 56eb05e47d061f2650135235c7a957d4ec3bd0d5 Mon Sep 17 00:00:00 2001 From: cha0s Date: Wed, 31 Mar 2021 20:14:13 -0500 Subject: [PATCH] chore: get with the times --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8aae484..929365c 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "build": "lerna run build", "clean": "lerna run clean --concurrency=1", "dev": "lerna run dev", - "forcepub": "lerna run forcepub", + "fp": "lerna run fp", "lint": "lerna run lint", "package": "node ./package.js", "refresh": "yarn run clean && npx lerna exec link-all && yarn run build && yarn run test",