-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: add styled-jsx as dependency * chore: add netlify/plugin-nextjs * chore: pnpm support * chore: view envs * chore: view envs * chore: pass on envs * chore: try removing new dependencies, maybe hoisting was the issue * chore: add back netlify/plugin-nextjs * chore: add back styled-jsx * chore: next config was failing * chore: set baseUrl * chore: change clientId * chore: cleanup * chore: cleanup envs
- Loading branch information
Showing
3 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
@monerium:registry=https://registry.npmjs.org/ | ||
//registry.npmjs.org/:_auth=${NODE_AUTH_TOKEN:-undefined} | ||
always-auth=true | ||
|
||
public-hoist-pattern[]=* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
* @jest-environment jsdom | ||
*/ | ||
|
||
// Login: [email protected] | ||
// Password: Passw0rd! | ||
// For credentials used here, | ||
// see 'Monerium SDK Test user' in 1Password | ||
|
||
// punkWallet: https://punkwallet.io/pk#0x30fa9f64fb85dab6b4bf045443e08315d6570d4eabce7c1363acda96042a6e1a | ||
|
||
|
@@ -223,7 +223,6 @@ process.env.CI !== 'true' && | |
|
||
expect(client.bearerProfile).toBeUndefined(); | ||
}); | ||
|
||
}); | ||
|
||
process.env.CI === 'true' && | ||
|