Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
CIM
Pintura
Commits
adaa7c4c
Commit
adaa7c4c
authored
Nov 29, 2018
by
Richard Marston
Browse files
Reinstate tests
parent
435639c9
Pipeline
#90004
passed with stages
in 11 minutes and 1 second
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
adaa7c4c
...
...
@@ -17,7 +17,7 @@
"copyGenerated"
:
"cp cimmenu/generated/*.[xml|js] dist"
,
"makeDist"
:
"cp -a cimmenu/lib/*.js cimsvg/lib/*.js dist"
,
"build-tasks"
:
"npm run makeDirs && npm run libs && npm run generateIndex"
,
"build"
:
"npm run build-tasks && npm run makeDist"
,
"build"
:
"npm run build-tasks && npm run makeDist
&& npm run test
"
,
"build-dev"
:
"npm config set mode debug && npm run build"
,
"initializeTests"
:
"node node_modules/jasmine/bin/jasmine init"
,
"test"
:
"node test/runTests.js"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment