Skip to content

Commit

Permalink
chore: build srcDev server to fix tests in CI take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
typeholes committed Jun 3, 2024
1 parent 1fe4ab6 commit 889e704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@
"ui:dev": "nuxt dev ui",
"ui:build": "nuxt build ui",
"srcDev:dev": "nr build --filter ./srcDev --watch --srcmap",
"srcDev:build": "(cd srcDev; rollup -c)",
"srcDev:build": "cd srcDev && rollup -c && cd ..",
"lint": "eslint .",
"vscode:prepublish": "nr build",
"publish": "vsce publish --no-dependencies",
Expand Down

0 comments on commit 889e704

Please sign in to comment.