Skip to content

Commit 9c9c339

Browse files
committed
added package.lock and npm ci
1 parent 0ed7a8a commit 9c9c339

File tree

3 files changed

+73
-7
lines changed

3 files changed

+73
-7
lines changed

.github/WORKFLOWS/solution.yaml

+1-6
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,8 @@ jobs:
1212
- uses: actions/checkout@v2
1313
with:
1414
ref: ${{ github.head_ref }}
15+
- run : npm ci
1516

16-
- name : Set up node and npm
17-
run : |
18-
cd ./.github/src/
19-
npm install
20-
cd ../../
21-
# Runs a single command using the runners shell
2217
- name: Time to download script
2318
uses : ./
2419

.github/src/package-lock.json

+72
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
.github/src/node_modules
22
.github/src/copy.json
33
.github/src/.env
4-
.github/src/package-lock.json

0 commit comments

Comments
 (0)