Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour committed Feb 15, 2020
1 parent 3981f49 commit b6905ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"create-build-list": "bash create-build-list.sh",
"demo": "npm run build:demo && cd demo && http-server",
"download-csv": "wget https://s3.amazonaws.com/crs.csv/crs.csv.zip && unzip crs.csv.zip",
"prepublish": "npm run download-csv && npm run test && npm run build:everything && npm run create-build-list",
"setup": "cd test/data && bash setup.sh",
"test": "npm run build:node && node ./node_modules/.bin/mocha --reporter spec"
"test": "npm run build:node && node ./node_modules/.bin/mocha --reporter spec",
"update-docs": "npm run test && npm run build:everything && npm run create-build-list"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit b6905ce

Please sign in to comment.