From c530cc354f4b8d79080c078f3080adebceb170fc Mon Sep 17 00:00:00 2001 From: Segun Adebayo Date: Sun, 24 Apr 2022 10:35:59 +0400 Subject: [PATCH] chore: update plop templates --- plop/machine/package.json.hbs | 10 +++++----- plop/utility/package.json.hbs | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/plop/machine/package.json.hbs b/plop/machine/package.json.hbs index 14ec3543f0..6868ecad33 100644 --- a/plop/machine/package.json.hbs +++ b/plop/machine/package.json.hbs @@ -14,12 +14,12 @@ "files": ["dist/**/*"], "scripts": { "build:fast": "yarn zag build", - start: "yarn zag build --watch", - build: "yarn zag build --prod", - test: "jest --config ../../jest.config.js --rootDir tests", - lint: "eslint src --ext .ts,.tsx", + "start": "yarn zag build --watch", + "build": "yarn zag build --prod", + "test": "jest --config ../../jest.config.js --rootDir tests", + "lint": "eslint src --ext .ts,.tsx", "test:ci": "yarn test --ci --runInBand --updateSnapshot", - "test:watch": "yarn test --watch", + "test:watch": "yarn test --watch" }, "publishConfig": { "access": "public" diff --git a/plop/utility/package.json.hbs b/plop/utility/package.json.hbs index 40c256df73..93d4fc20d9 100644 --- a/plop/utility/package.json.hbs +++ b/plop/utility/package.json.hbs @@ -14,12 +14,12 @@ "files": ["dist/**/*"], "scripts": { "build:fast": "yarn zag build", - start: "yarn zag build --watch", - build: "yarn zag build --prod", - test: "jest --config ../../../jest.config.js --rootDir tests", - lint: "eslint src --ext .ts,.tsx", + "start": "yarn zag build --watch", + "build": "yarn zag build --prod", + "test": "jest --config ../../../jest.config.js --rootDir tests", + "lint": "eslint src --ext .ts,.tsx", "test:ci": "yarn test --ci --runInBand --updateSnapshot", - "test:watch": "yarn test --watchAll", + "test:watch": "yarn test --watchAll" }, "publishConfig": { "access": "public"