Skip to content

Commit 37c12de

Browse files
Merge release/release-v0.x into snyk-upgrade-954ab97934da89c7af2be2e00c9e661d
2 parents bd15220 + d9d57a8 commit 37c12de

File tree

3 files changed

+30
-15
lines changed

3 files changed

+30
-15
lines changed

package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"jshashes": "^1.0.8",
2727
"json-2-csv": "^3.7.8",
2828
"minify": "^5.1.1",
29-
"moment": "2.29.0",
29+
"moment": "2.29.1",
3030
"moment-timezone": "^0.5.31",
3131
"nyc": "^15.1.0",
3232
"ora": "^5.1.0",

test/resources/scripts/helper.sh

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
PR=159
2+
3+
# checkout pr
4+
gh pr checkout $PR
5+
6+
7+
# npm install
8+
npm install
9+
10+
11+
# GIT PUSH and then checks ( validate )
12+
# watching checks running
13+
watch -n 3 "gh pr checks $PR"
14+
15+

0 commit comments

Comments
 (0)