Skip to content

Commit

Permalink
Removed build scripting from children package files
Browse files Browse the repository at this point in the history
  • Loading branch information
pbking authored and scruffian committed Nov 4, 2021
1 parent b268cea commit aac77df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion russell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"scripts": {
"start": "chokidar \"**/*.scss\" -c \"npm run build\" --initial",
"build": "npm run build:scss",
"build:theme": "node ../blockbase/build.js russell",
"build:scss": "node-sass --importer node_modules/node-sass-package-importer/dist/cli.js sass/theme.scss assets/theme.css --output-style expanded --indent-type tab --indent-width 1 --source-map true"
},
"author": "",
Expand Down

0 comments on commit aac77df

Please sign in to comment.