We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acfb2b9 commit 7d0697cCopy full SHA for 7d0697c
Makefile
@@ -13,7 +13,7 @@ PREFIX ?= /usr/local
13
APPSTREAMFILE=org.opensuse.$(subst -,_,$(PACKAGE_NAME)).metainfo.xml
14
VM_IMAGE=$(CURDIR)/test/images/$(TEST_OS)
15
# stamp file to check for node_modules/
16
-NODE_MODULES_TEST=package-lock.json
+NODE_MODULES_TEST=node_modules/
17
# one example file in dist/ from bundler to check if that already ran
18
DIST_TEST=dist/manifest.json
19
# one example file in pkg/lib to check if it was already checked out
0 commit comments