Skip to content

Commit

Permalink
Add test script command and update keyword in themes
Browse files Browse the repository at this point in the history
  • Loading branch information
kozbial committed Jun 17, 2021
1 parent 1b2858c commit a7e8d07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion plugins/theme-dark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"lint": "blockly-scripts lint",
"predeploy": "blockly-scripts predeploy",
"prepublishOnly": "npm run clean && npm run build",
"start": "blockly-scripts start"
"start": "blockly-scripts start",
"test": "blockly-scripts test"
},
"main": "./dist/index.js",
"module": "./src/index.js",
Expand Down
4 changes: 3 additions & 1 deletion plugins/theme-modern/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,16 @@
"lint": "blockly-scripts lint",
"predeploy": "blockly-scripts predeploy",
"prepublishOnly": "npm run clean && npm run build",
"start": "blockly-scripts start"
"start": "blockly-scripts start",
"test": "blockly-scripts test"
},
"main": "./dist/index.js",
"module": "./src/index.js",
"unpkg": "./dist/index.js",
"author": "Blockly Team",
"keywords": [
"blockly",
"blockly-plugin",
"blockly-theme",
"modern"
],
Expand Down

0 comments on commit a7e8d07

Please sign in to comment.