Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uw_wcms_gesso
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WCMS
uw_wcms_gesso
Commits
a5182b06
Commit
a5182b06
authored
4 years ago
by
Eric Bremner
Browse files
Options
Downloads
Patches
Plain Diff
ISTWCMS-3759: updating script to use correct package file
parent
41e05f82
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build_gesso.sh
+2
-2
2 additions, 2 deletions
build_gesso.sh
with
2 additions
and
2 deletions
build_gesso.sh
+
2
−
2
View file @
a5182b06
...
...
@@ -9,8 +9,8 @@ if [ -f "gulpfile.js" ]; then
cp
gulpfile.js gesso
fi
if
[
-f
"package
s
.json"
]
;
then
cp
package
s
.json gesso
if
[
-f
"package.json"
]
;
then
cp
package.json gesso
fi
ln
-s
"gesso/source"
"source"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment