Skip to content

Commit 18f1a07

Browse files
committed
small fix in scripts
1 parent 5613507 commit 18f1a07

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
@@ -23,7 +23,7 @@
2323
"compile:full": "node_modules/typescript/bin/tsc --skipLibCheck false --incremental false",
2424
"compile:watch": "node_modules/typescript/bin/tsc --watch",
2525
"lint": "eslint '--flag unstable_ts_config *.ts' --quiet --fix",
26-
"test": "npm run compile && npm run unit",
26+
"test": "yarn run compile && yarn run unit",
2727
"test:unit": "jest",
2828
"sam:build": "sam build --parallel",
2929
"sam:package": "sam package",

0 commit comments

Comments
 (0)