Bug 32223: Remove node_modules/.bin from package.json
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 16 Nov 2022 08:09:21 +0000 (09:09 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 16 Nov 2022 11:31:33 +0000 (08:31 -0300)
We should not specify the node_modules/.bin part if the env is correctly configured.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
package.json

index 93faa22..d7c1209 100644 (file)
     "vue-select": "4.0.0-beta.3"
   },
   "scripts": {
-    "build": "node_modules/.bin/gulp build",
+    "build": "gulp build",
     "build_js": "webpack --mode production",
     "watch_js": "webpack --mode development --watch",
-    "css": "node_modules/.bin/gulp css",
-    "watch": "node_modules/.bin/gulp watch"
+    "css": "gulp css",
+    "watch": "gulp watch"
   },
   "repository": {
     "type": "git",