We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62be70e commit 6475df7Copy full SHA for 6475df7
package.json
@@ -4,6 +4,16 @@
4
"version": "1.0.0",
5
"repository": "https://github.com/source-academy/modules.git",
6
"license": "Apache-2.0",
7
+ "scripts-info": {
8
+ "module": "Add a new bundle or tab",
9
+ "lint": "Check code for errors",
10
+ "lint:fix": "Automatically fix lint errors",
11
+ "build": "Transpile modules' files from src folder to build folder",
12
+ "serve": "Start the http-server to serve .js files in build folder",
13
+ "prepare": "Enable git hooks",
14
+ "test": "Run unit tests",
15
+ "test:watch": "Watch files for changes and rerun tests related to changed files"
16
+ },
17
"scripts": {
18
"module": "node ./templates/app.js",
19
"lint": "./node_modules/.bin/eslint --config ./.eslintrc.js --ext \".ts, .tsx\" src",
0 commit comments