Skip to content

Commit 1ab0640

Browse files
committed
Fixed typo
1 parent 4d2c840 commit 1ab0640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"build-lib": "babel src -d lib --source-maps --extensions '.ts,.js'",
1414
"build-types": "tsc --emitDeclarationOnly",
1515
"build-version": "./timestamp.sh > src/versionInfo.ts && eslint 'src/versionInfo.ts' --fix",
16-
"watch": "npm run version && babel src --out-dir lib --watch --source-maps --extensions '.ts,.js'",
16+
"watch": "npm run build-version && babel src --out-dir lib --watch --source-maps --extensions '.ts,.js'",
1717
"clean": "rm -rf lib",
1818
"lint": "eslint 'src/**/*.js' 'src/**/*.ts'",
1919
"lint-fix": "eslint 'src/**/*.js' 'src/**/*.ts' --fix",

0 commit comments

Comments
 (0)