Make WordPress Core

Changeset 45445 for trunk/appveyor.yml


Ignore:
Timestamp:
05/26/2019 07:34:24 PM (6 years ago)
Author:
johnbillion
Message:

Build/Test Tools: Remove the dependency on a globally installed Grunt.

The existing "grunt": "grunt" script in package.json allows for the use of npm run grunt ... which uses the local grunt binary in the project's node_modules.

Fixes #47380

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/appveyor.yml

    r44599 r45445  
    1212  - ps: Install-Product node $env:nodejs_version
    1313  - npm install npm -g
    14   - npm install grunt-cli -g
    1514  - npm install
    1615
     
    2019
    2120build_script:
    22   - cmd: "grunt build"
     21  - cmd: "npm run build"
    2322
    2423test: off
Note: See TracChangeset for help on using the changeset viewer.