[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")
- [nongnu] elpa/projectile updated (971cd5c4f2 -> 01bd080884), ELPA Syncer, 2023/09/19
- [nongnu] elpa/projectile 0c0d45925f 4/6: Add a new project type "pnpm", ELPA Syncer, 2023/09/19
- [nongnu] elpa/projectile d24b817322 1/6: fd: explicitly disable colors, ELPA Syncer, 2023/09/19
- [nongnu] elpa/projectile 6915bd1b5c 2/6: Add a new project type "yarn" separate from "npm", ELPA Syncer, 2023/09/19
- [nongnu] elpa/projectile eaf2644227 5/6: Update CHANGELOG.md, ELPA Syncer, 2023/09/19
- [nongnu] elpa/projectile fe47cda4dd 3/6: Perform `npm run build` as the compile command for npm projects,
ELPA Syncer <=
- [nongnu] elpa/projectile 01bd080884 6/6: Follow includes in CMake files (#1842), ELPA Syncer, 2023/09/19