Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
Chore: Convert toolchain to extension-scripts (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtimebuddy authored Jan 7, 2023
1 parent 2600747 commit 8714173
Show file tree
Hide file tree
Showing 14 changed files with 6,233 additions and 7,346 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
run: npm install -g npm@8
- name: Install Dependencies
run: npm ci
- name: Built and Test
- name: Build
run: npm run build
- name: Test
uses: GabrielBB/xvfb-action@v1
with:
run: npm test
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
node_modules
dist
lib
docs
.DS_Store
.types_output
example.api.json*
48 changes: 0 additions & 48 deletions config/api-extractor.json

This file was deleted.

53 changes: 0 additions & 53 deletions config/rollup.js

This file was deleted.

43 changes: 0 additions & 43 deletions config/webdoc.json

This file was deleted.

File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion demo/index.html → examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>PixiJS HTMLText</title>
<script src="https://pixijs.download/dev/pixi-legacy.min.js"></script>
<script src="../dist/html-text.js"></script>
<script src="../dist/pixi-text-html.js"></script>
<style>
body {
margin: 0;
Expand Down
Loading

0 comments on commit 8714173

Please sign in to comment.