Skip to content

Commit

Permalink
fix: components copy script
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed Jan 3, 2022
1 parent b0b7ce4 commit ea3b82e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"start": "webpack-dev-server --config webpack.dev.js",
"watch": "webpack -w --config webpack.dev.js",
"watch:desktop": "webpack -w --config webpack.dev.js --env platform='desktop'",
"bundle": "webpack --config webpack.prod.js && cp -r node_modules/@standardnotes/components/dist public/components && yarn tsc",
"bundle": "webpack --config webpack.prod.js && cp -r node_modules/@standardnotes/components/dist/ public/components && yarn tsc",
"bundle:desktop": "webpack --config webpack.prod.js --env platform='desktop'",
"bundle:desktop:beta": "webpack --config webpack.prod.js --env platform='desktop' --env public_beta='true'",
"build": "bundle install && yarn install --frozen-lockfile && bundle exec rails assets:precompile && yarn bundle",
Expand Down
6 changes: 3 additions & 3 deletions public/components/checksums.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"binary": "1928aa349a04471afd273725cc4befe711eeda91aca70aee00c7ad356241c252"
},
"org.standardnotes.theme-dynamic": {
"version": "1.0.0",
"base64": "8877853cecb4fa6df08ae75e6dabd7210664af83db39ba9f27e88fe6a7dfb486",
"binary": "45583980b713da9396bfb5580effb3537f34c8ab291e3e8cd6349fd15abede5f"
"version": "1.0.1",
"base64": "ead03c37f6cb3b1858793db4433331143f916aebb3a13ab07637c27dcf310034",
"binary": "fb93157b0249f577e7a5e58f8bb562e68435f683cc66f7adace12b935fa3eee1"
},
"org.standardnotes.code-editor": {
"version": "1.3.8",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "sn-theme-dynamic",
"version": "1.0.0",
"version": "1.0.1",
"main": "dist/dist.css",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-newer": "^1.2.0",
"grunt-contrib-sass": "^1.0.0"
"grunt-newer": "^1.2.0"
},
"sn": {
"main": "dist/dist.css"
Expand Down

0 comments on commit ea3b82e

Please sign in to comment.