Skip to content

Commit 74d3a6a

Browse files
committed
Fix check-engine that is using in npx --tag argument
1 parent bd8845b commit 74d3a6a

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
"type": "git"
1414
},
1515
"scripts": {
16-
"build": "npx check-engine && tsc",
16+
"build": "npx check-engine@latest && tsc",
1717
"lint": "tslint --config node_modules/@signageos/codestyle/tslint.json {src,tests}/**/*.ts",
1818
"prebuild": "rm -rf dist/*",
1919
"prepare": "npm run prebuild && npm run build",

0 commit comments

Comments
 (0)