Skip to content

Commit

Permalink
bring back cross-env
Browse files Browse the repository at this point in the history
  • Loading branch information
mmv08 committed May 25, 2021
1 parent fe0c7a1 commit 35514d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Gnosis Safe default apps list",
"main": "public/app-list.json",
"scripts": {
"build": "rimraf public && mkdir -p public && node src/write.js > public/gnosis-default.applist.json",
"build": "rimraf public && mkdir -p public && cross-env node src/write.js > public/gnosis-default.applist.json",
"start": "nodemon src/startDev.js"
},
"dependencies": {
Expand Down

0 comments on commit 35514d5

Please sign in to comment.