-
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(deps): update npm dependency to latest stable version * refactor: update clean-sourcemap.command.ts to improve error handling and file parsing * chore: update ci_install script permissions * build: add build step to workflow for npm package
- Loading branch information
Showing
7 changed files
with
10 additions
and
41 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,8 +1,3 @@ | ||
#!/usr/bin/env bash | ||
|
||
# sudo apt-get update && \ | ||
# sudo apt-get install -y \ | ||
# build-essential \ | ||
# libpng-dev | ||
|
||
chmod +x ./.etc/bin/* |
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 |
---|---|---|
|
@@ -28,20 +28,18 @@ | |
"frontend" | ||
], | ||
"files": [ | ||
"assets/icons", | ||
"bin", | ||
"README.md" | ||
], | ||
"directories": { | ||
"bin": "bin" | ||
"bin": "bin", | ||
"assets/icons": "assets/icons" | ||
}, | ||
"author": "Samuel R. <[email protected]>", | ||
"private": false, | ||
"devDependencies": { | ||
"@swc-node/register": "1.10.9", | ||
"@swc/cli": "0.4.0", | ||
"@swc/core": "1.7.5", | ||
"@types/fs-extra": "11.0.4", | ||
"@types/htmlhint": "1.1.5", | ||
"@types/imagemin": "9.0.0", | ||
"@types/imagemin-jpegtran": "5.0.4", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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