-
Notifications
You must be signed in to change notification settings - Fork 43
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
19384 PNPM replacement #758
Conversation
…ot in supported change name FF
/gcbrun |
Temporary Url for review: https://namerequest-dev--pr-758-wz8vlgsi.web.app |
/gcbrun |
Temporary Url for review: https://namerequest-dev--pr-758-wz8vlgsi.web.app |
Dockerfile
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file can be removed.
Makefile
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file can be removed.
/gcbrun |
Temporary Url for review: https://namerequest-dev--pr-758-wz8vlgsi.web.app |
There are three tasks with errors. @pwei1018 @bolyachevets, is this acceptable? Any suggestions? |
the steps are failing, because it is still using the old workflow currently in namerequest repo (which calls Makefile etc.), the new workflow Patrick is working on is referenced here #758 |
!! Please hold on merge till sprint 21.2 released by April 30th noon !! |
/gcbrun |
Temporary Url for review: https://namerequest-dev--pr-758-wz8vlgsi.web.app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to add
"build-check": "node --max_old_space_size=8000 node_modules/@vue/cli-service/bin/vue-cli-service.js build", in the scripts section of package.json for the workflow to work
Thanks for this, book marking for auth-web |
/gcbrun |
Temporary Url for review: https://namerequest-dev--pr-758-wz8vlgsi.web.app |
``` | ||
|
||
### Compiles and hot-reloads for development | ||
``` | ||
npm run serve | ||
pnpm run serve |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to let people know about this change.
And also let them know they need to do npm i -g pnpm
before they can build this project.
version: 0.4.4 | ||
sbc-common-components: | ||
specifier: 3.0.8 | ||
version: 3.0.8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For some reason, this is out of date. (The package file specifies 3.0.12.)
Anyway, I updated this in PR #764.
Issue #: /bcgov/entity###
bcgov/entity#19384
Description of changes:
PNPM replacement
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the namerequest license (Apache 2.0).