Skip to content

Commit 20fa139

Browse files
committed
fix up build script
1 parent e40a12c commit 20fa139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"update-chrome-content": "node scripts/chrome-content.js",
1414
"start": "npx http-server ./docs -p 8080 -c-1 --cors -o -a localhost -d false -i docs/index.html",
1515
"stop": "kill $(lsof -t -i:8080) || echo 'No server running on port 8080'",
16-
"build": "npm run update:meta &&node scripts/build.js && node scripts/build-bcd.js",
16+
"build": "npm run update:meta && node scripts/build.js && node scripts/build-bcd.js",
1717
"dev": "npm run stop && npm run build && npm run start",
1818
"test": "vitest run"
1919
},

0 commit comments

Comments
 (0)