Skip to content

Commit 05ce5f6

Browse files
committed
fix: remove linting from build script to streamline the build process
1 parent 27a693e commit 05ce5f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"test:structured-data": "tsc src/scripts/test-structured-data.ts --outDir build/test && node build/test/test-structured-data.js",
1818
"pretest": "tsc src/scripts/pretest.ts --outDir build/test && node build/test/pretest.js",
1919
"lint": "eslint .",
20-
"build": "npm run lint &&npm run generate && next build",
20+
"build": "npm run generate && next build",
2121
"start": "next start",
2222
"clean": "rm -rf build && rm -rf .next && rm -rf node_modules && rm -rf package-lock.json",
2323
"reprod": "npm run clean && npm install && npm run build"

0 commit comments

Comments
 (0)