Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
edlu77 committed Mar 1, 2024
1 parent 88fec2c commit 5d8d343
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
${{ runner.os }}-node-
- name: npm ci for website
run: npm ci
- run: npm run lint
- run: npm run test
- run: npm run lint a2agc
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
env:
Expand Down
2 changes: 1 addition & 1 deletion compile-build-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ process.exec('git log -1 --pretty="%ct" --date=local', {cwd: __dirname}, functio
buildDate: new Date(${buildInfo.buildDate})
};
`;
fs.writeFileSync('src/app/build-info.ts', output);
fs.writeFileSync('apps/a2agc/src/app/build-info.ts', output);
});

0 comments on commit 5d8d343

Please sign in to comment.