Skip to content

Commit aa23051

Browse files
Update Makefile
1 parent 5b87a30 commit aa23051

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ org.cockpit_project.slurmcostmanager.metainfo.xml: org.cockpit_project.slurmcost
1212
>sed -e "s/@VERSION@/$(VERSION)/" -e "s/@DATE@/$(DATE)/" $< > $@
1313

1414
build: org.cockpit_project.slurmcostmanager.metainfo.xml
15-
>npm ci
16-
>npm run build
1715
>mkdir -p $(DIST)
18-
>rsync -a --exclude 'vendor' --exclude 'slurmcostmanager.js' --exclude 'slurmcostmanager.css' src/ $(DIST)/
16+
>cp -r src/* $(DIST)/
1917
>cp manifest.json $(DIST)/
2018
>cp org.cockpit_project.slurmcostmanager.metainfo.xml $(DIST)/
2119

0 commit comments

Comments
 (0)