emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/projectile fe47cda4dd 3/6: Perform `npm run build` as the


From: ELPA Syncer
Subject: [nongnu] elpa/projectile fe47cda4dd 3/6: Perform `npm run build` as the compile command for npm projects
Date: Tue, 19 Sep 2023 00:59:59 -0400 (EDT)

branch: elpa/projectile
commit fe47cda4dd94e8100a69eba39bf4e10cb6f1d679
Author: Akinori MUSHA <knu@idaemons.org>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>

    Perform `npm run build` as the compile command for npm projects
---
 projectile.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/projectile.el b/projectile.el
index 4b48ad04cc..e22718d439 100644
--- a/projectile.el
+++ b/projectile.el
@@ -3321,7 +3321,7 @@ a manual COMMAND-TYPE command is created with
                                   :test "gulp test")
 (projectile-register-project-type 'npm '("package.json" "package-lock.json")
                                   :project-file "package.json"
-                                  :compile "npm install"
+                                  :compile "npm install && npm run build"
                                   :test "npm test"
                                   :test-suffix ".test")
 (projectile-register-project-type 'yarn '("package.json" "yarn.lock")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]