diff --git a/.circleci/config.yml b/.circleci/config.yml index d429f8a0e..ce261c4da 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -90,27 +90,27 @@ jobs: - run: name: Test integration command: APP_ID=$DOC_ID yarn run test:integration --chrome.browserWSEndpoint "ws://localhost:3000" --no-launch - # - run: - # name: Create a hello supernova project from latest release - # command: | - # set -e - # npx nebula create temp/hello --pkgm yarn --picasso none - # cd temp/hello - # APP_ID=$DOC_ID yarn run test:integration --chrome.browserWSEndpoint "ws://localhost:3000" --no-launch - #- run: - # name: Create a picasso barchart supernova project from current commit - # command: | - # set -e - # ./commands/cli/lib/index.js create generated/barchart --picasso barchart --no-install - # echo "Yarn" - # yarn - # echo "Linking packages" - # npx lerna link --force-local - # cd generated/barchart - # echo "Log node_modules/@nebula.js" - # ls -la node_modules/@nebula.js - # yarn run build - # APP_ID=$DOC_ID yarn run test:integration --mocha.timeout 30000 --chrome.browserWSEndpoint "ws://localhost:3000" --no-launch + - run: + name: Create a hello supernova project from latest release + command: | + set -e + npx nebula create temp/hello --pkgm yarn --picasso none + cd temp/hello + APP_ID=$DOC_ID yarn run test:integration --chrome.browserWSEndpoint "ws://localhost:3000" --no-launch + - run: + name: Create a picasso barchart supernova project from current commit + command: | + set -e + ./commands/cli/lib/index.js create generated/barchart --picasso barchart --no-install + echo "Yarn" + yarn + echo "Linking packages" + npx lerna link --force-local + cd generated/barchart + echo "Log node_modules/@nebula.js" + ls -la node_modules/@nebula.js + yarn run build + APP_ID=$DOC_ID yarn run test:integration --mocha.timeout 30000 --chrome.browserWSEndpoint "ws://localhost:3000" --no-launch - store_artifacts: path: generated/barchart/screenshots - store_artifacts: diff --git a/package.json b/package.json index 8846aa14a..4f633914f 100644 --- a/package.json +++ b/package.json @@ -66,8 +66,8 @@ "lerna": "4.0.0", "lint-staged": "10.5.4", "mocha-junit-reporter": "2.0.0", - "picasso-plugin-q": "0.37.2", - "picasso.js": "0.37.2", + "picasso-plugin-q": "1.0.0", + "picasso.js": "1.0.0", "prettier": "2.2.1", "pretty-quick": "3.1.0", "qix-faker": "0.3.0", diff --git a/yarn.lock b/yarn.lock index d825b586d..493aa17f0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15442,15 +15442,15 @@ phin@^2.9.1: version "2.9.3" resolved "https://registry.yarnpkg.com/phin/-/phin-2.9.3.tgz#f9b6ac10a035636fb65dfc576aaaa17b8743125c" -picasso-plugin-q@0.37.2: - version "0.37.2" - resolved "https://registry.yarnpkg.com/picasso-plugin-q/-/picasso-plugin-q-0.37.2.tgz#b09236e2568c86814092b175cdf8c3b492b47994" - integrity sha512-kmQjoDHagmCpbrb2S7mCEXO4FomWUAigdMi2rgWOkzq+rYMKam6sejRgt5BCUipnRLL5a9WUzfqRqJJ9FZACDA== +picasso-plugin-q@1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/picasso-plugin-q/-/picasso-plugin-q-1.0.0.tgz#7ac772d8892321477dcdd52e5f143d7217968b97" + integrity sha512-70kv4ge7ZswAsQhdrppMIFEWN1qzq4KhF4ePTmcBzfcJPCTJIxbWqnXJgcs/8+n2OuP+hlWRI4fyRAra4IHLig== -picasso.js@0.37.2: - version "0.37.2" - resolved "https://registry.yarnpkg.com/picasso.js/-/picasso.js-0.37.2.tgz#955d976f8d3a25a464be09c3180e7e67da0e8024" - integrity sha512-PX8iNmU60Od4KG9i6MOqyylMZQ2yYcZ/YaI2rXU21VZM1EkQ2tEVwMpgjO1DXTZsV0rapR0ctYdBiCJHei0udA== +picasso.js@1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/picasso.js/-/picasso.js-1.0.0.tgz#a73ccd3c11d3ba117a00ed97aea2db20e7274a56" + integrity sha512-ctz4Edch3ljgLDWAZ6DFHjDT/OR0BU4LnerPpf5kiGO1WcKK51G1+IAMr8VzZEW5r/WRx/uihZ+qlrrtckEB0A== picomatch@^2.0.4, picomatch@^2.0.5: version "2.0.7"