Skip to content

Commit 7d0697c

Browse files
SludgeGirlLunarequest
authored andcommitted
Makefile: we commit package-lock.json this needs to check node_modules instead
1 parent acfb2b9 commit 7d0697c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ PREFIX ?= /usr/local
1313
APPSTREAMFILE=org.opensuse.$(subst -,_,$(PACKAGE_NAME)).metainfo.xml
1414
VM_IMAGE=$(CURDIR)/test/images/$(TEST_OS)
1515
# stamp file to check for node_modules/
16-
NODE_MODULES_TEST=package-lock.json
16+
NODE_MODULES_TEST=node_modules/
1717
# one example file in dist/ from bundler to check if that already ran
1818
DIST_TEST=dist/manifest.json
1919
# one example file in pkg/lib to check if it was already checked out

0 commit comments

Comments
 (0)