We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5613507 commit 18f1a07Copy full SHA for 18f1a07
package.json
@@ -23,7 +23,7 @@
23
"compile:full": "node_modules/typescript/bin/tsc --skipLibCheck false --incremental false",
24
"compile:watch": "node_modules/typescript/bin/tsc --watch",
25
"lint": "eslint '--flag unstable_ts_config *.ts' --quiet --fix",
26
- "test": "npm run compile && npm run unit",
+ "test": "yarn run compile && yarn run unit",
27
"test:unit": "jest",
28
"sam:build": "sam build --parallel",
29
"sam:package": "sam package",
0 commit comments