diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-05-07 17:32:18 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-05-07 17:57:14 +0200 |
| commit | 6fb25c034abf20669ba06889c6e72dbb4e67e953 (patch) | |
| tree | c26e2402ae0f20705b0e40ad7f03a35e13efd470 /package.json | |
| parent | 53a05dabac3071bb0f8414e665de210310f37cff (diff) | |
Add build script and fix yarn versions/commands
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index 38bb9a4..2836c13 100644 --- a/package.json +++ b/package.json @@ -4,12 +4,12 @@ "version": "1.0.0", "private": false, "engines": { - "node": "^12.6.0", + "node": ">= 12", "yarn": "^1.16.0" }, "scripts": { - "start": "npx brunch watch --server", - "build": "npx brunch build --production" + "start": "brunch watch --server", + "build": "brunch build --production" }, "dependencies": {}, "devDependencies": { |
