Skip to content

Commit

Permalink
chore: update plop templates
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo committed Apr 24, 2022
1 parent ef1c1f6 commit c530cc3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions plop/machine/package.json.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
10 changes: 5 additions & 5 deletions plop/utility/package.json.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c530cc3

Please sign in to comment.