Skip to content

Commit

Permalink
Fix script location
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr committed Nov 11, 2020
1 parent 0722500 commit 9bcf9fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ipfsUpload.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 4,7 @@
const fs = require('fs');
const pinataSDK = require('@pinata/sdk');
const cloudflare = require('dnslink-cloudflare');
const execSync = require('@polkadot/dev/scripts/execSync');
const execSync = require('@polkadot/dev/scripts/execSync.cjs');

const createEndpoints = require('../packages/apps-config/build/settings/endpoints').default;
const pkgJson = require('../package.json');
Expand Down

0 comments on commit 9bcf9fc

Please sign in to comment.