ci(nodejs): update techradar and switch to npm
This commit is contained in:
20
package.json
20
package.json
@@ -4,19 +4,19 @@
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"build": "aoe_technology_radar-buildRadar",
|
||||
"postbuild": "yarn generateJson",
|
||||
"prebuild:static": "yarn build",
|
||||
"build:static": "aoe_technology_radar-createStaticFiles",
|
||||
"generateJson": "aoe_technology_radar-generateJson",
|
||||
"prestart": "yarn build:static",
|
||||
"start": "yarn start:server",
|
||||
"prestart:static": "yarn build:static",
|
||||
"start:static": "yarn start:server",
|
||||
"build": "npx aoe_technology_radar-buildRadar",
|
||||
"postbuild": "npm run generateJson",
|
||||
"prebuild:static": "npm run build",
|
||||
"build:static": "npx aoe_technology_radar-createStaticFiles",
|
||||
"generateJson": "npx aoe_technology_radar-generateJson",
|
||||
"prestart": "npm run build:static",
|
||||
"start": "npm run start:server",
|
||||
"prestart:static": "npm run build:static",
|
||||
"start:static": "npm run start:server",
|
||||
"start:server": "python3 -m http.server 8080"
|
||||
},
|
||||
"dependencies": {
|
||||
"aoe_technology_radar": "^3.2.0"
|
||||
"aoe_technology_radar": "3.3.0"
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
|
||||
Reference in New Issue
Block a user