-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../.release-it.ts |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"name": "@/data", | ||
"version": "0.0.0-PLACEHOLDER", | ||
"description": "Data files needed by both app and scripts", | ||
"type": "module", | ||
"exports": { | ||
"./*": "./*" | ||
} | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,11 +6,10 @@ | |
"url": "https://github.com/davidlj95/website.git" | ||
}, | ||
"scripts": { | ||
"prebuild": "pnpm run '/prebuild:.*/'", | ||
"prebuild": "cd scripts && pnpm run build && pnpm run generate", | ||
"build": "ng build", | ||
"build:pack": "DIST_DIR=dist/@davidlj95/website/browser; [ -d \"$DIST_DIR\" ] && cd $DIST_DIR && zip -r ../../../build.zip . || true", | ||
"build:pull-request": "pnpm run build --configuration pullRequest,production", | ||
"build:scripts": "cd scripts && tsc", | ||
"bundle:analyze": "pnpm run bundle:analyze:files '*.js'", | ||
"bundle:analyze:files": "cd dist/@davidlj95/website/browser && pnpm dlx source-map-explorer --no-border-checks", | ||
"bundle:analyze:files//": "☝️ Something weird in source maps after switching to ESBuild. So `--no-border-checks` was added", | ||
|
@@ -39,14 +38,9 @@ | |
"lint:code:files//": "☝️ lint-staged can't/shouldn't use 'ng lint'", | ||
"lint:commit-message": "pnpm run commitlint:edit-msg", | ||
"lint:gh-actions": "actionlint || true", | ||
"prebuild:font-subsets": "tsm scripts/src/generate-font-subsets.ts", | ||
"prebuild:release-info": "tsx scripts/src/generate-release-info.mts", | ||
"prebuild:render-templates": "tsm scripts/src/generate-templated-files.ts", | ||
"prebuild:simple-icons": "tsm scripts/src/generate-simple-icons.ts", | ||
"release": "release-it", | ||
"release:dry-run": "release-it --dry-run --no-git.requireBranch", | ||
"release:dry-run:local": "pnpm run release:dry-run --no-git.requireCleanWorkingDir --no-git.requireUpstream", | ||
"security-txt": "tsm scripts/src/generate-security-txt.ts", | ||
"serve:ssr:@davidlj95/website": "node dist/@davidlj95/website/server/server.mjs", | ||
"start": "ng serve", | ||
"start:prod": "pnpm dlx http-server dist/@davidlj95/website/browser -a localhost", | ||
|
@@ -119,6 +113,7 @@ | |
"eslint-plugin-json": "4.0.1", | ||
"eslint-plugin-json-files": "4.4.1", | ||
"execa": "9.5.1", | ||
"extensionless": "1.9.9", | ||
"glob": "11.0.0", | ||
"husky": "9.1.6", | ||
"jasmine-core": "5.4.0", | ||
|
@@ -134,8 +129,6 @@ | |
"prettier": "3.3.3", | ||
"release-it": "17.10.0", | ||
"subset-font": "2.3.0", | ||
"tsm": "2.3.0", | ||
"tsx": "4.19.2", | ||
"typescript": "5.4.5" | ||
}, | ||
"packageManager": "[email protected]", | ||
|