|
4 | 4 | "private": true, |
5 | 5 | "scripts": { |
6 | 6 | "build": "yarn run gen-assets && next build", |
| 7 | + "dev": "open http://localhost:3000 && next dev", |
7 | 8 | "postbuild": "yarn gen-sitemap", |
8 | | - "dev": "node scripts/copy-icons.mjs && open http://localhost:3000 && next dev", |
9 | 9 | "start": "next start ", |
10 | 10 | "lint": "run-p lint:*", |
11 | 11 | "lint:js": "TIMING=1 eslint --cache .", |
12 | 12 | "lint:styles": "stylelint '**/*.{css,scss}'", |
13 | 13 | "clean": "rm -rf .turbo node_modules .next *.tsbuildinfo", |
14 | 14 | "create-component": "generact --root src/components src/components/Template/Template.tsx", |
15 | | - "gen-assets": "node scripts/gen-og-images.mjs && node scripts/copy-icons.mjs", |
| 15 | + "gen-assets": "node scripts/gen-og-images.mjs", |
16 | 16 | "gen-sitemap": "yarn next-sitemap", |
17 | 17 | "get-props": "ts-node --skip-project ./scripts/get-props.ts" |
18 | 18 | }, |
|
34 | 34 | "remark-gfm": "^3.0.1" |
35 | 35 | }, |
36 | 36 | "devDependencies": { |
| 37 | + "@types/gtag.js": "^0.0.10", |
37 | 38 | "@types/js-yaml": "^4.0.5", |
38 | 39 | "@types/marked": "^4.0.3", |
39 | 40 | "@types/node": "17.0.21", |
40 | 41 | "@types/prismjs": "^1.26.0", |
41 | | - "@types/gtag.js": "^0.0.10", |
42 | 42 | "@types/react": "*", |
43 | 43 | "eslint-config-next": "12.1.0", |
44 | 44 | "eslint": "8.10.0", |
|
0 commit comments