Skip to content

Commit

Permalink
Merge pull request #49 from DataDog/Ayc0/nm
Browse files Browse the repository at this point in the history
[yarn] enable node-module linker
  • Loading branch information
yoannmoinet authored Sep 14, 2023
2 parents a14c073 + ef2f613 commit 8ce5d15
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 20,692 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: '12.16.1'
- run: yarn install
- run: yarn oss
- run: git diff --exit-code && git diff --cached --exit-code || (echo "Please run 'yarn oss' and commit the result." && exit 1)
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ src/__tests__/mocks/projects/**/dist
src/__tests__/mocks/projects/**/webpack-profile-debug
src/__tests__/mocks/projects/**/esbuild-profile-debug
src/__tests__/mocks/projects/**/node_modules
node_modules/
Loading

0 comments on commit 8ce5d15

Please sign in to comment.