We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ba70e9 + e35c61f commit d6e88bdCopy full SHA for d6e88bd
3 files changed
.gitignore
@@ -12,8 +12,6 @@
12
/nbproject/
13
/master/
14
15
-package-lock.json
16
-
17
/plugins/content/component/versions/
18
/plugins/content/component/componentcache/
19
/plugins/content/extension/versions/
.travis.yml
@@ -28,7 +28,7 @@ before_install:
28
29
install:
30
- npm config set spin false
31
- - npm install
+ - npm ci
32
- grunt build:prod
33
34
matrix:
0 commit comments