Skip to content

Commit c2a44e8

Browse files
committed
Rearrange build steps, bump version.
1 parent 6d8e580 commit c2a44e8

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

packages/typeit/package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/typeit/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typeit",
3-
"version": "8.3.2",
3+
"version": "8.3.3",
44
"description": "The most versatile animated typing utility on the planet.",
55
"author": "Alex MacArthur <alex@macarthur.me> (https://macarthur.me)",
66
"license": "GPL-3.0",
@@ -17,7 +17,7 @@
1717
"scripts/"
1818
],
1919
"scripts": {
20-
"build": "tsc && vite build && scripts/banner",
20+
"build": "vite build && scripts/banner && tsc",
2121
"tsc": "tsc",
2222
"start": "vite serve examples",
2323
"test": "jest",
@@ -43,8 +43,8 @@
4343
"@babel/preset-typescript": "^7.16.7",
4444
"jest": "^27.5.1",
4545
"jest-cli": "^27.5.1",
46-
"typescript": "^4.5.5",
47-
"vite": "^2.8.1"
46+
"typescript": "^4.6.2",
47+
"vite": "^2.8.6"
4848
},
4949
"jest": {
5050
"testPathIgnorePatterns": [

0 commit comments

Comments
 (0)