Skip to content

Commit

Permalink
feat: update package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
vanpho93 committed Aug 30, 2022
1 parent 15552df commit 731ddd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
"node": ">=14.18.1"
},
"scripts": {
"start:dev": "npm run start:dev --workspace=apps/reaction",
"start:dev": "npm run start:dev -w=apps/reaction",
"build": "npm run build -w=packages/logger -w=packages/random",
"test": "npm run test --ws",
"test": "npm run test -ws",
"test:integration:query": "npm run test:integration:query --workspace=apps/reaction",
"test:integration:mutation": "npm run test:integration:mutation --workspace=apps/reaction",
"changeset": "changeset",
"release": "changeset publish",
"lint": "eslint . --resolve-plugins-relative-to .",
"lint:docker": "npx --quiet --package @reactioncommerce/[email protected] lint-dockerfiles --workspace=apps/reaction",
"lint:gql": "npm run lint:gql --ws",
"lint:gql": "npm run lint:gql -ws",
"postinstall": "husky install .husky"
},
"homepage": "https://github.com/reactioncommerce/reaction",
Expand Down

0 comments on commit 731ddd3

Please sign in to comment.