Skip to content

Commit

Permalink
renamed building scripts to build
Browse files Browse the repository at this point in the history
  • Loading branch information
mimarz committed Aug 2, 2024
1 parent a6e7c11 commit 9defea4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"building": "next build",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/storefront/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"building": "next build",
"build": "next build",
"start": "next start",
"lint": "next lint",
"types": "tsc --noEmit"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"build:tokens": "yarn workspace @digdir/designsystemet build:tokens",
"build:css": "yarn workspace @digdir/designsystemet-css build",
"build:storybook": "yarn workspace @designsystemet/storybook build",
"build:storefront": "yarn workspace storefront building",
"build:devsite": "yarn workspace dev building",
"build:storefront": "yarn workspace storefront build",
"build:devsite": "yarn workspace dev build",
"start:storefront": "yarn workspace storefront start",
"lint-style": "stylelint \"**/*.css\"",
"types": "yarn workspaces foreach -Ap --topological-dev --no-private run types",
Expand Down

0 comments on commit 9defea4

Please sign in to comment.