Skip to content

Commit

Permalink
add !
Browse files Browse the repository at this point in the history
  • Loading branch information
Barsnes committed Mar 3, 2025
1 parent fcd8a86 commit 762373a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/theme/components/TokenModal/TokenModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const TokenModal = () => {
return str;
};

const packageCommand = `@digdir/designsystemet${isProduction() && '@next'}`;
const packageCommand = `@digdir/designsystemet${!isProduction() && '@next'}`;

const buildSnippet = `npx ${packageCommand} tokens build`;

Expand Down

0 comments on commit 762373a

Please sign in to comment.