Skip to content

Commit

Permalink
added rollup test
Browse files Browse the repository at this point in the history
Signed-off-by: Akash <akashsingh2210670@gmail.com>
  • Loading branch information
SkySingh04 committed Aug 20, 2024
1 parent 2ac11b7 commit 8ece953
Show file tree
Hide file tree
Showing 37 changed files with 23 additions and 6,143 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/rollup-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Rollup Test

on:
push:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Install dependencies
run: npm install

- name: Run Rollup
run: npm run rollup

- name: List contents of out/compiled directory
run: ls -R out/compiled
148 changes: 0 additions & 148 deletions out/Config.js

This file was deleted.

1 change: 0 additions & 1 deletion out/Config.js.map

This file was deleted.

19 changes: 0 additions & 19 deletions out/OneClickInstall.js

This file was deleted.

1 change: 0 additions & 1 deletion out/OneClickInstall.js.map

This file was deleted.

195 changes: 0 additions & 195 deletions out/Record.js

This file was deleted.

Loading

0 comments on commit 8ece953

Please sign in to comment.