Skip to content

Commit

Permalink
chore: update script name
Browse files Browse the repository at this point in the history
  • Loading branch information
quantizor committed Jun 23, 2023
1 parent 1008f36 commit 2c73455
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"postbuild": "cp README.md packages/styled-components/",
"postinstall": "yarn workspace styled-components generateErrors",
"lint": "yarn workspace styled-components lint",
"size": "yarn workspace styled-components lint:size",
"size": "yarn workspace styled-components size",
"test": "yarn workspace styled-components test"
},
"author": "Glen Maddern",
Expand Down
4 changes: 2 additions & 2 deletions packages/styled-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"generateErrors": "node scripts/generateErrorMap.js",
"prebuild": "rimraf dist && yarn generateErrors",
"build": "rollup -c",
"postbuild": "yarn lint:size",
"postbuild": "yarn size",
"pretest": "yarn generateErrors",
"test": "yarn test:web && yarn test:native",
"test:web": "jest -c jest.config.main.js",
"test:native": "jest -c jest.config.native.js --forceExit",
"test:integration": "jest -c jest.config.integration.js --runInBand --forceExit",
"lint:size": "bundlewatch",
"size": "bundlewatch",
"prettier": "prettier src/** --write",
"prepublishOnly": "cp ../../README.md . && yarn build"
},
Expand Down

0 comments on commit 2c73455

Please sign in to comment.