Skip to content

Commit

Permalink
fixup! fixup! fixup! build: add dependencies and GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Dec 11, 2024
1 parent bdcdb94 commit 7866e93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@nl-design-system-community/mendix-project",
"version": "1.0.0",
"description": "",
"author": "",
"author": "NL Design System Community",
"license": "EUPL-1.2",
"devDependencies": {
"@gemeente-rotterdam/design-tokens": "1.0.0-alpha.35",
Expand All @@ -18,7 +18,7 @@
"clean": "rimraf themes/web/",
"build": "npm-run-all 'build:**'",
"build:design-tokens": "cp -R node_modules/@gemeente-rotterdam/design-tokens/dist/theme.css theme/web/theme.css",
"build:font-assets": "cp -R node_modules/@gemeente-rotterdam/font/src/*.{woff,woff2} theme/web/",
"build:font-assets": "cp -R node_modules/@gemeente-rotterdam/font/src/*.woff node_modules/@gemeente-rotterdam/font/src/*.woff2 theme/web/",
"build:font-css": "cp -R node_modules/@gemeente-rotterdam/font/src/index.scss theme/web/font.css",
"build:mendix-css": "cp -R node_modules/@gemeente-rotterdam/mendix-css/dist/mendix-nl-design-system-rotterdam-theme.css theme/web/mendix-nl-design-system-rotterdam-theme.css",
"lint-build": "sass theme/web/:tmp/"
Expand Down

0 comments on commit 7866e93

Please sign in to comment.