Skip to content

Commit

Permalink
package json with executable scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Nov 15, 2023
1 parent 3bc78e7 commit 2cf8ef1
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 238 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: pr_check
name: Test CI

on:
workflow_dispatch:
Expand Down
177 changes: 0 additions & 177 deletions LICENSE-APACHE

This file was deleted.

25 changes: 0 additions & 25 deletions LICENSE-MIT

This file was deleted.

35 changes: 0 additions & 35 deletions index.scss

This file was deleted.

11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "website",
"version": "1.0.0",
"description": "Rewritten version of website",
"scripts": {
"install": "./vercel/install.sh",
"build": "./vercel/build.sh"
},
"author": "Sokhibjon Orzikulov <sakhib@orzklv.uz>",
"license": "CC0-1.0"
}
Empty file modified vercel/build.sh
100644 → 100755
Empty file.
Empty file modified vercel/install.sh
100644 → 100755
Empty file.

0 comments on commit 2cf8ef1

Please sign in to comment.