Skip to content

Commit

Permalink
Merge pull request #19 from robertcorponoi/remove-dist
Browse files Browse the repository at this point in the history
Remove Dist Directory
  • Loading branch information
robertcorponoi committed Mar 29, 2023
2 parents 659b421 + 50f3653 commit d47f0b9
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 726 deletions.
Expand Up @@ -3,8 +3,8 @@ on: [pull_request]
name: CI

jobs:
bundle-and-test:
name: Bundle and Test
build-and-test:
name: Build and Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -17,6 +17,6 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Create the bundle
run: npm run bundle
run: npm run build
- name: Run tests
run: npm run test
76 changes: 3 additions & 73 deletions .gitignore
@@ -1,73 +1,3 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# TypeScript v1 declaration files
typings/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# parcel-bundler cache (https://parceljs.org/)
.cache

# next.js build output
.next

# nuxt.js build output
.nuxt

# vuepress build output
.vuepress/dist

# Serverless directories
.serverless
.DS_Store
node_modules
dist
35 changes: 0 additions & 35 deletions dist/Options.d.ts

This file was deleted.

56 changes: 0 additions & 56 deletions dist/RequestAnimationFrame.d.ts

This file was deleted.

7 changes: 0 additions & 7 deletions dist/UpdateFunction.d.ts

This file was deleted.

110 changes: 0 additions & 110 deletions dist/index.d.ts

This file was deleted.

0 comments on commit d47f0b9

Please sign in to comment.