Skip to content

Commit 886198a

Browse files
achingbrainjacobheun
authored andcommitted
chore: remove ts from build command
1 parent 9fd080f commit 886198a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"scripts": {
1212
"lint": "aegir lint",
13-
"build": "aegir build -ts",
13+
"build": "aegir build",
1414
"test": "npm run test:node && npm run test:browser",
1515
"test:node": "aegir test -t node -f \"./test/**/*.{node,spec}.js\"",
1616
"test:browser": "aegir test -t browser",

0 commit comments

Comments
 (0)