Skip to content

Commit 5ac78a9

Browse files
committed
Move tsc to build step so it's clearer
1 parent 641ba8f commit 5ac78a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"scripts": {
1111
"clean": "rm -rf dist",
1212
"lint": "github-lint",
13-
"prebuild": "npm run clean && npm run lint && tsc",
14-
"build": "rollup -c",
13+
"prebuild": "npm run clean && npm run lint",
14+
"build": "tsc && rollup -c",
1515
"pretest": "npm run build",
1616
"test": "karma start test/karma.config.cjs",
1717
"prepublishOnly": "npm run build",

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy