Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 209 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (10 loc) · 209 Bytes

Test

./run-dev.sh
npm install # be sure you have installed the dependencies
# now, each time you modify ./src/
npm run build
cd tests
./init.sh
# and after these steps, you can run `pulumi up`