Skip to content

Commit

Permalink
Test preinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldutra committed Apr 26, 2020
1 parent a9f2466 commit 220ccad
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"start": "webpack-dev-server",
"bundle": "bin/bundle-extensions",
"clean": "rm -rf ./client/dist/",
"build": "npm run clean && NODE_ENV=production webpack",
"build:viz": "(cd viz-lib && npm run build:babel)",
"build": "npm run clean && npm run build:viz && NODE_ENV=production webpack",
"build:old-node-version": "npm run clean && NODE_ENV=production node --max-old-space-size=4096 node_modules/.bin/webpack",
"watch": "webpack --watch --progress --colors -d",
"analyze": "npm run clean && BUNDLE_ANALYZER=on webpack",
Expand All @@ -20,7 +21,8 @@
"test": "TZ=Africa/Khartoum jest",
"test:watch": "jest --watch",
"cypress:install": "npm install --no-save cypress@~4.1.0 @percy/cypress@^2.2.0 atob@2.1.2",
"cypress": "node client/cypress/cypress.js"
"cypress": "node client/cypress/cypress.js",
"preinstall": "(cd viz-lib && npm ci && npm run build:babel)"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 220ccad

Please sign in to comment.