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 bd8845b commit 74d3a6aCopy full SHA for 74d3a6a
package.json
@@ -13,7 +13,7 @@
13
"type": "git"
14
},
15
"scripts": {
16
- "build": "npx check-engine && tsc",
+ "build": "npx check-engine@latest && tsc",
17
"lint": "tslint --config node_modules/@signageos/codestyle/tslint.json {src,tests}/**/*.ts",
18
"prebuild": "rm -rf dist/*",
19
"prepare": "npm run prebuild && npm run build",
0 commit comments