Skip to content

Commit c484787

Browse files
committed
build: include node_modules back again
JS Actions require the node_modules to be shipped with the repo
1 parent daa0db7 commit c484787

File tree

745 files changed

+444220
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

745 files changed

+444220
-2
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ bower_components
3333
build/Release
3434

3535
# Dependency directories
36-
node_modules/
3736
jspm_packages/
3837

3938
# TypeScript v1.x
@@ -67,7 +66,7 @@ jspm_packages/
6766

6867
# Nuxt.js build / generate output
6968
.nuxt
70-
dist
69+
./dist/
7170

7271
# vuepress build output
7372
.vuepress/dist

node_modules/.bin/semver

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

node_modules/.bin/uuid

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

node_modules/.package-lock.json

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

node_modules/@actions/core/LICENSE.md

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

0 commit comments

Comments
 (0)