You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"setup":"npm install -g webpack && npm install -g webpack-cli && npm install -g karma-cli && cd bundle && npm i && cd ../jasmine-tests && npm i && cd ../npm/test-folder && npm i && cd ../package && npm link && cd ../test-folder && npm link @pdftron/canvas-to-pdf && npm run build",
"build":"cd bundle && npm run build",
"test": "cd jasmine-tests && npm run test",
"local-publish":"cd npm/package && npm link && cd ../test-folder && npm link @pdftron/canvas-to-pdf && npm run build",
"publish-private": "npm login && cd npm/package && npm publish",