Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add google analytics / migrate to npm #2

Merged
merged 3 commits into from
Jul 29, 2024
Merged

Add google analytics / migrate to npm #2

merged 3 commits into from
Jul 29, 2024

Conversation

sgfost
Copy link
Owner

@sgfost sgfost commented Dec 22, 2023

testing ci run

`yarn build` has been giving a lot of grief about proper types for the
pino logger
@sgfost sgfost force-pushed the add_google_analytics branch 2 times, most recently from 3e12313 to c1c4bf9 Compare December 22, 2023 00:46
migration steps for future ref:
- replace yarn install with npm install
  - (npm ci == yarn install --frozen-lockfile)
- replace yarn <script> with npm run <script>
- use `--` when passing args to scripts called with npm run
- replace yarn.lock references with package-lock.json
- remove node_modules and yarn.lock, run npm i
- optionally prevent using yarn with package.json "engines" trick

resolves virtualcommons#926
@sgfost sgfost merged commit da36603 into main Jul 29, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants