Skip to content

Commit

Permalink
fix serve script
Browse files Browse the repository at this point in the history
  • Loading branch information
wjoosen committed Apr 10, 2024
1 parent 4b6a343 commit 45e8917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comscore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"clean": "rimraf lib dist",
"bundle": "rollup -c rollup.config.mjs",
"build": "npm run clean && npm run bundle",
"serve": "http-server . -o /test/pages/main.html",
"serve": "http-server ./.. -o /comscore/test/pages/main.html",
"test": "echo \"No tests yet\""
},
"repository": {
Expand Down

0 comments on commit 45e8917

Please sign in to comment.