- improve the devcontainer by also building the pr-collector within
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
npm install
|
||||
|
||||
# also install dependencies for `pr-collector`
|
||||
cd pr-collector
|
||||
npm install
|
||||
npm run build && npm run package
|
||||
|
||||
cd ..
|
||||
Reference in New Issue
Block a user