mirror of
https://github.com/bcomnes/deploy-to-neocities.git
synced 2026-03-24 15:51:36 +00:00
Compare commits
7 Commits
cb311d50de
...
b800650048
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b800650048 | ||
|
|
76d5477100 | ||
|
|
4ec1baf3c0 | ||
|
|
4ab752ab5d | ||
|
|
5602e1599b | ||
|
|
5ef2f19c21 | ||
|
|
6577e8dfcf |
18796
dist/index.cjs
vendored
18796
dist/index.cjs
vendored
File diff suppressed because one or more lines are too long
8
dist/index.cjs.map
vendored
8
dist/index.cjs.map
vendored
File diff suppressed because one or more lines are too long
3391
dist/meta.json
vendored
3391
dist/meta.json
vendored
File diff suppressed because it is too large
Load Diff
2
index.js
2
index.js
@@ -1,4 +1,4 @@
|
|||||||
import core from '@actions/core'
|
import * as core from '@actions/core'
|
||||||
import {
|
import {
|
||||||
NeocitiesAPIClient,
|
NeocitiesAPIClient,
|
||||||
printDeployText,
|
printDeployText,
|
||||||
|
|||||||
12
package.json
12
package.json
@@ -9,17 +9,17 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "3.0.0",
|
"@actions/core": "3.0.0",
|
||||||
"async-neocities": "4.1.2",
|
"async-neocities": "4.1.2",
|
||||||
"minimatch": "10.1.1"
|
"minimatch": "10.2.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@domstack/static": "^11.0.2",
|
||||||
"@voxpelli/tsconfig": "^16.1.0",
|
"@voxpelli/tsconfig": "^16.1.0",
|
||||||
"top-bun": "^10.0.0",
|
|
||||||
"auto-changelog": "^2.0.0",
|
"auto-changelog": "^2.0.0",
|
||||||
"gh-release": "^7.0.0",
|
|
||||||
"npm-run-all2": "^8.0.1",
|
|
||||||
"neostandard": "^0.12.0",
|
|
||||||
"c8": "^10.0.0",
|
"c8": "^10.0.0",
|
||||||
"esbuild": "~0.27.1",
|
"esbuild": "~0.27.1",
|
||||||
|
"gh-release": "^7.0.0",
|
||||||
|
"neostandard": "^0.12.0",
|
||||||
|
"npm-run-all2": "^8.0.1",
|
||||||
"typescript": "~5.9.3"
|
"typescript": "~5.9.3"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/bcomnes/deploy-to-neocities#readme",
|
"homepage": "https://github.com/bcomnes/deploy-to-neocities#readme",
|
||||||
@@ -35,7 +35,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npm run clean && run-p build:*",
|
"build": "npm run clean && run-p build:*",
|
||||||
"build:action": "rm -rf dist && esbuild index.js --bundle --platform=node --sourcemap=external --outdir=dist --metafile=dist/meta.json --out-extension:.js=.cjs",
|
"build:action": "rm -rf dist && esbuild index.js --bundle --platform=node --sourcemap=external --outdir=dist --metafile=dist/meta.json --out-extension:.js=.cjs",
|
||||||
"build:site": "tb --src . --dest public --ignore dist,coverage",
|
"build:site": "domstack --src . --dest public --ignore dist,coverage",
|
||||||
"dist-pkg": "echo \"{ \\\"type\\\": \\\"commonjs\\\" }\" > dist/package.json",
|
"dist-pkg": "echo \"{ \\\"type\\\": \\\"commonjs\\\" }\" > dist/package.json",
|
||||||
"clean": "rm -rf public && mkdir -p public",
|
"clean": "rm -rf public && mkdir -p public",
|
||||||
"release": "git push --follow-tags && gh-release -y",
|
"release": "git push --follow-tags && gh-release -y",
|
||||||
|
|||||||
Reference in New Issue
Block a user