|
10 | 10 | "test:ui": "vitest --ui", |
11 | 11 | "test:coverage": "vitest run --coverage", |
12 | 12 | "lint": "eslint --ignore-path .gitignore --fix src", |
13 | | - "prettier": "prettier src --write", |
14 | | - "client:deploy": "sls client deploy --no-config-change --no-policy-change --no-cors-change", |
15 | | - "client:deploy:nc": "npm run client:deploy -- --no-confirm", |
16 | | - "client:build:deploy": "npm run build && npm run client:deploy", |
17 | | - "client:build:deploy:nc": "npm run build && npm run client:deploy:nc", |
18 | | - "cloudfront:setup": "sls deploy", |
19 | | - "cloudfront:domainInfo": "sls domainInfo", |
20 | | - "cloudfront:invalidateCache": "sls invalidateCloudFrontCache", |
21 | | - "cloudfront:build:deploy": "npm run client:build:deploy && npm run cloudfront:invalidateCache", |
22 | | - "cloudfront:build:deploy:nc": "npm run client:build:deploy:nc && npm run cloudfront:invalidateCache", |
23 | | - "cloudfront:update:build:deploy": "npm run cloudfront:setup && npm run cloudfront:build:deploy", |
24 | | - "cloudfront:update:build:deploy:nc": "npm run cloudfront:setup && npm run cloudfront:build:deploy:nc", |
25 | | - "serverless:remove": "sls remove" |
| 13 | + "prettier": "prettier src --write" |
26 | 14 | }, |
27 | 15 | "dependencies": { |
28 | 16 | "@emotion/react": "^11.9.3", |
|
0 commit comments