Skip to content

v1.0.1

Latest
Compare
Choose a tag to compare
@narendrasinghrathore narendrasinghrathore released this 25 Sep 04:23
· 1 commit to master since this release

sketch-spellcheck-assistant-1.0.1.zip

  • I had to replace rmdir /s/q dist in the build script in package.json with rm -rf, probably because you're using Windows and I'm on macOS. Maybe there's a command that works cross platform.
"test": "jest --no-cache",
"build": "rm -rf /s/q dist && npm run build:node && npm run build:sketch",
"build-windows": "rmdir /s/q dist && npm run build:node && npm run build:sketch", // For windows
"build:node": "tsc",
"build:sketch": "webpack",
"package-tarball": "npm run build && npm pack",
"ptw":"npm run build-windows && npm pack" // For windows